Skip to content

Commit d2cf4a8

Browse files
committed
Removed log entry
Signed-off-by: Rafael Ibasco <[email protected]>
1 parent 4f6539e commit d2cf4a8

File tree

1 file changed

+1
-2
lines changed
  • core/src/main/java/com/ibasco/agql/core/util

1 file changed

+1
-2
lines changed

core/src/main/java/com/ibasco/agql/core/util/Option.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ private static void initialize(Class<? extends Options> contextClass, Class<? ex
152152

153153
//add to cache
154154
CacheEntry cacheEntry = new CacheEntry(option, contextClass);
155-
if (!cache.put(parentClass, cacheEntry))
156-
log.warn("initialize(): Skipped cache entry '{}' for parent class '{}'", cacheEntry, parentClass);
155+
cache.put(parentClass, cacheEntry);
157156
} catch (IllegalAccessException e) {
158157
error(e.getMessage());
159158
}

0 commit comments

Comments
 (0)