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