Commit dffd24f8 authored by Dustin Jenkins's avatar Dustin Jenkins
Browse files

Post review changes.

parent 035d2e14
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1109,7 +1109,7 @@ public class GMSClient implements TransferListener

        if (serviceURL == null)
        {
            throw new AccessControlException(
            throw new RuntimeException(
                    String.format("Unable to get Service URL for '%s', '%s', '%s'",
                                  serviceID.toString(), Standards.GMS_GROUPS_01,
                                  getAuthMethod()));
@@ -1139,7 +1139,7 @@ public class GMSClient implements TransferListener
        }
        else
        {
            return AuthMethod.ANON;
            throw new AccessControlException("Anonymous access not supported.");
        }
    }
}