Skip to content

Commit

Permalink
Removed log entry
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Ibasco <[email protected]>
  • Loading branch information
ribasco committed Jul 12, 2022
1 parent 4f6539e commit d2cf4a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/main/java/com/ibasco/agql/core/util/Option.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ private static void initialize(Class<? extends Options> contextClass, Class<? ex

//add to cache
CacheEntry cacheEntry = new CacheEntry(option, contextClass);
if (!cache.put(parentClass, cacheEntry))
log.warn("initialize(): Skipped cache entry '{}' for parent class '{}'", cacheEntry, parentClass);
cache.put(parentClass, cacheEntry);
} catch (IllegalAccessException e) {
error(e.getMessage());
}
Expand Down

0 comments on commit d2cf4a8

Please sign in to comment.