You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by pe...@apache.org on 2010/08/02 09:15:48 UTC

svn commit: r981386 - /incubator/river/jtsk/trunk/src/net/jini/loader/pref/PreferredClassLoader.java

Author: peter_firmstone
Date: Mon Aug  2 07:15:48 2010
New Revision: 981386

URL: http://svn.apache.org/viewvc?rev=981386&view=rev
Log:
Clean up of documentation

Modified:
    incubator/river/jtsk/trunk/src/net/jini/loader/pref/PreferredClassLoader.java

Modified: incubator/river/jtsk/trunk/src/net/jini/loader/pref/PreferredClassLoader.java
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/net/jini/loader/pref/PreferredClassLoader.java?rev=981386&r1=981385&r2=981386&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/src/net/jini/loader/pref/PreferredClassLoader.java (original)
+++ incubator/river/jtsk/trunk/src/net/jini/loader/pref/PreferredClassLoader.java Mon Aug  2 07:15:48 2010
@@ -1152,7 +1152,7 @@ public class PreferredClassLoader extend
          * cached permissions with those from the Policy.
          * ProtectionDomain(CodeSource, PermissionCollection)
          * By utilising this earlier constructor it also prevents
-         * RevokeablePolicy, hence the constructor change.  
+         * RevokeableDynamicPolicy, hence the constructor change.  
 	 */
 	ProtectionDomain pd = new ProtectionDomain(
 	    new CodeSource((urls.length > 0 ? urls[0] : null),