javaruntimes/midp/runtime/javasrc/com/nokia/mj/impl/rt/utils/ExtensionUtil.java
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
equal deleted inserted replaced
20:f9bb0fca356a 24:0fd27995241b
    53  * to the JVM's protected/restricted set.
    53  * to the JVM's protected/restricted set.
    54  *
    54  *
    55  * The J9 JVM is not able to read the system properties from the odc
    55  * The J9 JVM is not able to read the system properties from the odc
    56  * file added to boot classpath. This class provides utility for reading
    56  * file added to boot classpath. This class provides utility for reading
    57  * the system properties from the odc files.
    57  * the system properties from the odc files.
    58  *
       
    59  * @author Nokia Corporation
       
    60  * @version $Rev$
       
    61  */
    58  */
    62 
    59 
    63 public final class ExtensionUtil
    60 public final class ExtensionUtil
    64 {
    61 {
    65     private final static String ODC_EXTENSIONS = ".odc";
    62     private final static String ODC_EXTENSIONS = ".odc";