fixed imports
parent
c7f6811961
commit
1da5c2cd84
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
package org.mitre.uma.web;
|
package org.mitre.uma.web;
|
||||||
|
|
||||||
import static org.mitre.uma.web.OAuthScopeEnforcementUtilities.ensureOAuthScope;
|
import static org.mitre.oauth2.web.AuthenticationUtilities.ensureOAuthScope;
|
||||||
import static org.mitre.util.JsonUtils.getAsLong;
|
import static org.mitre.util.JsonUtils.getAsLong;
|
||||||
import static org.mitre.util.JsonUtils.getAsStringSet;
|
import static org.mitre.util.JsonUtils.getAsStringSet;
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
package org.mitre.uma.web;
|
package org.mitre.uma.web;
|
||||||
|
|
||||||
|
|
||||||
import static org.mitre.uma.web.OAuthScopeEnforcementUtilities.ensureOAuthScope;
|
import static org.mitre.oauth2.web.AuthenticationUtilities.ensureOAuthScope;
|
||||||
import static org.mitre.util.JsonUtils.getAsLong;
|
import static org.mitre.util.JsonUtils.getAsLong;
|
||||||
import static org.mitre.util.JsonUtils.getAsString;
|
import static org.mitre.util.JsonUtils.getAsString;
|
||||||
import static org.mitre.util.JsonUtils.getAsStringSet;
|
import static org.mitre.util.JsonUtils.getAsStringSet;
|
||||||
|
|
Loading…
Reference in New Issue