Skip to content

Commit ea6fcc7

Browse files
committed
remove integer bounded implementation
1 parent b602a2c commit ea6fcc7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

core/src/main/java/fj/Bounded.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,4 @@ public A max() {
4747
});
4848
}
4949

50-
public static final Bounded<Integer> integerBounded = bounded(Integer.MIN_VALUE, Integer.MAX_VALUE);
51-
5250
}

0 commit comments

Comments
 (0)