Removed uneeded whitespace

This commit is contained in:
Luca Frosini 2022-09-01 18:03:43 +02:00
parent ee3a6208a4
commit 6bd87cedc4
1 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,6 @@ public class ContextAuthorization {
this.contextToToken = new HashMap<>(); this.contextToToken = new HashMap<>();
this.tokenToContext = new HashMap<>(); this.tokenToContext = new HashMap<>();
retrieveContextsAndTokens(); retrieveContextsAndTokens();
} }
/** /**
@ -105,7 +104,7 @@ public class ContextAuthorization {
} catch(Exception e) { } catch(Exception e) {
logger.error("Error while elaborating {}", scope, e); logger.error("Error while elaborating {}", scope, e);
throw e; // throw e;
} }
} }