mirror of https://github.com/apache/maven.git
Fix Checkstyle violation.
This commit is contained in:
parent
9166805a06
commit
eb43b9be11
|
@ -822,7 +822,8 @@ public class ComparableVersion
|
||||||
+ ( ( compare == 0 ) ? "==" : ( ( compare < 0 ) ? "<" : ">" ) ) + ' ' + version );
|
+ ( ( compare == 0 ) ? "==" : ( ( compare < 0 ) ? "<" : ">" ) ) + ' ' + version );
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println( ( i++ ) + ". " + version + " -> " + c.getCanonical() + "; tokens: " + c.items.toListString() );
|
System.out.println( ( i++ ) + ". " + version + " -> " + c.getCanonical()
|
||||||
|
+ "; tokens: " + c.items.toListString() );
|
||||||
|
|
||||||
prev = c;
|
prev = c;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue