src/java.base/share/classes/sun/security/provider/PolicyFile.java
changeset 57950 4612a3cfb927
parent 54024 e445608fce9b
child 59024 b046ba510bbc
equal deleted inserted replaced
57945:e09c993ac476 57950:4612a3cfb927
  1940         }
  1940         }
  1941     }
  1941     }
  1942 
  1942 
  1943     private static class SelfPermission extends Permission {
  1943     private static class SelfPermission extends Permission {
  1944 
  1944 
       
  1945         @java.io.Serial
  1945         private static final long serialVersionUID = -8315562579967246806L;
  1946         private static final long serialVersionUID = -8315562579967246806L;
  1946 
  1947 
  1947         /**
  1948         /**
  1948          * The class name of the Permission class that will be
  1949          * The class name of the Permission class that will be
  1949          * created when this self permission is expanded .
  1950          * created when this self permission is expanded .