src/jdk.packager/share/classes/jdk/packager/internal/Platform.java
branchJDK-8200758-branch
changeset 56869 41e17fe9fbeb
parent 56821 565d54ca1f41
child 56982 e094d5483bd6
equal deleted inserted replaced
56867:6ebaadd9a627 56869:41e17fe9fbeb
    26 package jdk.packager.internal;
    26 package jdk.packager.internal;
    27 
    27 
    28 import java.util.regex.Pattern;
    28 import java.util.regex.Pattern;
    29 
    29 
    30 /**
    30 /**
    31  * Use <code>Platform</code> to detect the operating system that is currently running.
    31  * Use <code>Platform</code> to detect the operating system
       
    32  * that is currently running.
    32  *
    33  *
    33  * Example:
    34  * Example:
    34  *
    35  *
    35  *  Platform platform = Platform.getPlatform();
    36  *  Platform platform = Platform.getPlatform();
    36  *
    37  *