Removed uneeded whitespace
This commit is contained in:
parent
ee3a6208a4
commit
6bd87cedc4
|
@ -51,7 +51,6 @@ public class ContextAuthorization {
|
|||
this.contextToToken = new HashMap<>();
|
||||
this.tokenToContext = new HashMap<>();
|
||||
retrieveContextsAndTokens();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -105,7 +104,7 @@ public class ContextAuthorization {
|
|||
|
||||
} catch(Exception e) {
|
||||
logger.error("Error while elaborating {}", scope, e);
|
||||
throw e;
|
||||
// throw e;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue