Skip to content

Commit 045af4e

Browse files
committed
Fix compile warnings.
1 parent a91bd2c commit 045af4e

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/github/underscore/lodash

1 file changed

+1
-0
lines changed

src/main/java/com/github/underscore/lodash/U.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,6 +1564,7 @@ private static <T> T baseGetOrSetOrRemove(final Map<String, Object> object, fina
15641564
return null;
15651565
}
15661566

1567+
@SuppressWarnings("unchecked")
15671568
private static void checkSetAndRemove(Object value, OperationType operationType, Object savedLocalObject,
15681569
String savedPath) {
15691570
if (operationType == OperationType.SET) {

0 commit comments

Comments
 (0)