Ignore:
Timestamp:
2014-04-26T03:53:35+02:00 (10 years ago)
Author:
Don-vip
Message:

see #8465 - switch core to Java 7

File:
1 edited

Legend:

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

    r6943 r7001  
    3636  */
    3737public class PlatformHookWindows extends PlatformHookUnixoid implements PlatformHook {
    38    
    39     @Override
    40     public void startupHook() {
    41         // Invite users to install Java 7 if they are still with Java 6
    42         String version = System.getProperty("java.version");
    43         if (version != null && version.startsWith("1.6")) {
    44             askUpdateJava(version);
    45         }
    46     }
    4738
    4839    @Override
Note: See TracChangeset for help on using the changeset viewer.