remove empty lines and uneeded comment

This commit is contained in:
Luca Frosini 2021-12-21 13:44:22 +01:00
parent 09b537567b
commit 7934337958
1 changed files with 0 additions and 3 deletions

View File

@ -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());
}