Skip to content

Commit

Permalink
delete commented out code (googleapis#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
geri-m committed Oct 31, 2018
1 parent d4a28e2 commit 678e897
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ final class DataMap extends AbstractMap<String, Object> {
DataMap(Object object, boolean ignoreCase) {
this.object = object;
classInfo = ClassInfo.of(object.getClass(), ignoreCase);
// Removed due to issue #504
// Preconditions.checkArgument(!classInfo.isEnum());
}

@Override
Expand Down

0 comments on commit 678e897

Please sign in to comment.