Changeset 10580 in josm for trunk/test/unit/org
- Timestamp:
- 2016-07-21T01:57:41+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/TestUtils.java
r10390 r10580 142 142 /** 143 143 * 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.) 145 145 */ 146 146 public static int getJavaVersion() { … … 150 150 } 151 151 // Allow these formats: 152 // 1.7.0_91153 152 // 1.8.0_72-ea 154 153 // 9-ea
Note:
See TracChangeset
for help on using the changeset viewer.