remove empty lines and uneeded comment

feature/21903
Luca Frosini 2 years ago
parent 09b537567b
commit 7934337958

@ -45,10 +45,7 @@ public abstract class Secret implements Comparable<Secret> {
public void set() throws Exception {
setToken();
// TODO discuss if this must be done
setAuthorizationProvider();
ScopeProvider.instance.set(getContext());
}

Loading…
Cancel
Save