Formating.

This commit is contained in:
ggregory 2016-04-19 17:56:16 -07:00
parent c158713b66
commit e830027629
1 changed files with 46 additions and 47 deletions

View File

@ -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;