jdk/src/java.base/share/classes/sun/security/provider/PolicyFile.java
changeset 28059 e576535359cc
parent 27565 729f9700483a
child 30374 2abaf49910ea
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
  1038     @Override public void refresh() {
  1038     @Override public void refresh() {
  1039         init(url);
  1039         init(url);
  1040     }
  1040     }
  1041 
  1041 
  1042     /**
  1042     /**
  1043      * Evaluates the the global policy for the permissions granted to
  1043      * Evaluates the global policy for the permissions granted to
  1044      * the ProtectionDomain and tests whether the permission is
  1044      * the ProtectionDomain and tests whether the permission is
  1045      * granted.
  1045      * granted.
  1046      *
  1046      *
  1047      * @param domain the ProtectionDomain to test
  1047      * @param domain the ProtectionDomain to test
  1048      * @param permission the Permission object to be tested for implication.
  1048      * @param permission the Permission object to be tested for implication.