Skip to content

Commit 03723d4

Browse files
authored
Merge pull request #761 from pablo/patch-1
Update AuthorizationCache.java
2 parents d24e1ce + 8405539 commit 03723d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/cesecore-common/src/org/cesecore/authorization/AuthorizationCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public void refresh(final AuthorizationCacheCallback authorizationCacheCallback,
133133
try {
134134
get(entry.authenticationToken, authorizationCacheCallback);
135135
} catch (AuthenticationFailedException e) {
136-
log.debug("Unexpected failure during refresh if authroization cache: " + e.getMessage());
136+
log.debug("Unexpected failure during refresh if authorization cache: " + e.getMessage());
137137
}
138138
}
139139
}

0 commit comments

Comments
 (0)