equal
deleted
inserted
replaced
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 * |