Changeset 10580 in josm for trunk/test


Ignore:
Timestamp:
2016-07-21T01:57:41+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11390 - switch to Java 8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/TestUtils.java

    r10390 r10580  
    142142    /**
    143143     * Returns the Java version as an int value.
    144      * @return the Java version as an int value (7, 8, 9, etc.)
     144     * @return the Java version as an int value (8, 9, etc.)
    145145     */
    146146    public static int getJavaVersion() {
     
    150150        }
    151151        // Allow these formats:
    152         // 1.7.0_91
    153152        // 1.8.0_72-ea
    154153        // 9-ea
Note: See TracChangeset for help on using the changeset viewer.