Changeset 10858 in josm for trunk/src


Ignore:
Timestamp:
2016-08-19T23:00:15+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13306, see #13392 - remove Main.isOpenJdk, not used anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/Main.java

    r10786 r10858  
    515515
    516516    /**
    517      * Whether or not the java vm is openjdk
    518      * We use this to work around openjdk bugs
    519      */
    520     public static boolean isOpenjdk;
    521 
    522     /**
    523517     * Initializes {@code Main.pref} in normal application context.
    524518     * @since 6471
     
    583577     */
    584578    public void initialize() {
    585         isOpenjdk = System.getProperty("java.vm.name").toUpperCase(Locale.ENGLISH).indexOf("OPENJDK") != -1;
    586579        fileWatcher.start();
    587580
Note: See TracChangeset for help on using the changeset viewer.