Bart
06/21/2017, 8:33 AMpublic AccountManagerFuture<String> getAuthTokenLabel(final String accountType, final String authTokenType) {
if (accountType == null) throw new IllegalArgumentException("accountType is null");
if (authTokenType == null) throw new IllegalArgumentException("authTokenType is null");
...
}