Skip to content
Snippets Groups Projects
Commit dffd24f8 authored by Dustin Jenkins's avatar Dustin Jenkins
Browse files

Post review changes.

parent 035d2e14
No related branches found
No related tags found
No related merge requests found
......@@ -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.");
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment