Changeset 38315


Ignore:
Timestamp:
2023-10-16T16:21:27+13:00 (8 months ago)
Author:
anupama
Message:

Shifted else-if line to where others preferred to read it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/SystemAction.java

    r38302 r38315  
    5353        else if(subaction.equals("authenticated-ping")) {
    5454            to = "RemoteAuthentication"; // not "Authentication/RemoteAuthentication": MessageRouter knows to map the RemoteAuthentication service to the Authentication module
    55         } else if(subaction.equals("get-groups-from-session")) {
     55        }
     56        else if(subaction.equals("get-groups-from-session")) {
    5657            String msg = "";
    5758           
Note: See TracChangeset for help on using the changeset viewer.