Changeset 10858 in josm for trunk/src/org
- Timestamp:
- 2016-08-19T23:00:15+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/Main.java
r10786 r10858 515 515 516 516 /** 517 * Whether or not the java vm is openjdk518 * We use this to work around openjdk bugs519 */520 public static boolean isOpenjdk;521 522 /**523 517 * Initializes {@code Main.pref} in normal application context. 524 518 * @since 6471 … … 583 577 */ 584 578 public void initialize() { 585 isOpenjdk = System.getProperty("java.vm.name").toUpperCase(Locale.ENGLISH).indexOf("OPENJDK") != -1;586 579 fileWatcher.start(); 587 580
Note:
See TracChangeset
for help on using the changeset viewer.