Join Slack
Powered by
val dated: GenericVersion = Version.of("2.4-200405...
# kobalt
e
evanchooly
12/13/2015, 4:40 AM
val dated: GenericVersion = Version.of("2.4-20040521") as GenericVersion val final: GenericVersion = Version.of("2.4") as GenericVersion Assert.assertTrue(dated.compareTo(final) >= 1)
Open in Slack
Previous
Next