javaruntimes/midp/runtime/javasrc/com/nokia/mj/impl/rt/utils/CmdLineArgsPermission.java
branchRCL_3
changeset 83 26b2b12093af
parent 71 d5e927d5853b
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    75     /**
    75     /**
    76      * Don't allow cloning
    76      * Don't allow cloning
    77      */
    77      */
    78     public boolean equals(Object obj)
    78     public boolean equals(Object obj)
    79     {
    79     {
    80         if (!(obj instanceof CmdLineArgsPermission))
       
    81         {
       
    82             return false;
       
    83         }
       
    84         return (obj.hashCode() == hashCode());
    80         return (obj.hashCode() == hashCode());
    85     }
    81     }
    86 
    82 
    87     /**
    83     /**
    88      * Not supported
    84      * Not supported