javaruntimes/midp/runtime/javasrc/com/nokia/mj/impl/rt/utils/ExtensionUtil.java
changeset 23 98ccebc37403
parent 21 2a9601315dfc
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    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";