diff -r e5618cc85d74 -r 6c158198356e javacommons/security/javasrc/com/nokia/mj/impl/security/midp/common/NetworkRestrictionsAttribute.java --- a/javacommons/security/javasrc/com/nokia/mj/impl/security/midp/common/NetworkRestrictionsAttribute.java Thu Jul 15 18:31:06 2010 +0300 +++ b/javacommons/security/javasrc/com/nokia/mj/impl/security/midp/common/NetworkRestrictionsAttribute.java Thu Aug 19 09:48:13 2010 +0300 @@ -25,9 +25,8 @@ /** * Specifies the allowed MCC (3 digits) and MNC (2 or 3 digits) tuples, - * separated by a hyphen (Unicode U+002D), to limit the execution to certain - * networks for any MIDlets within a MIDlet suite bound to the Operator - * Protection Domain + * separated by a space. The tuples are used to limit the execution of + * Operator signed MIDlets */ public class NetworkRestrictionsAttribute { @@ -35,7 +34,7 @@ * The JAR attribute holding the network restriction info */ public static final String ATTRIBUTE_NAME - = "MIDlet-Operator-Allowed"; + = "Nokia-MIDlet-Operator-Allowed"; /* The network restrictions contained in the attribute */ private NetworkRestriction[] restrictions;