remove empty lines and uneeded comment
This commit is contained in:
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…
Reference in New Issue