mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-12 21:15:05 +00:00
Minor formatting.
This commit is contained in:
parent
110ab39cb2
commit
1fa1940f4b
@ -91,7 +91,7 @@ public void testBetweenWithCompare() {
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||
@SuppressWarnings({"rawtypes", "unchecked"})
|
||||
@Test
|
||||
public void testComparableConstructors() {
|
||||
final Comparable c = other -> 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user