Formating.
This commit is contained in:
parent
c158713b66
commit
e830027629
|
@ -63,8 +63,7 @@ public class RangeTest {
|
|||
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||
@Test
|
||||
public void testComparableConstructors() {
|
||||
final Comparable c =
|
||||
new Comparable() {
|
||||
final Comparable c = new Comparable() {
|
||||
@Override
|
||||
public int compareTo(final Object other) {
|
||||
return 1;
|
||||
|
|
Loading…
Reference in New Issue