You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by ah...@apache.org on 2007/02/21 22:29:55 UTC

svn commit: r510238 - /hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/HiveMindClassPool.java

Author: ahuegen
Date: Wed Feb 21 13:29:54 2007
New Revision: 510238

URL: http://svn.apache.org/viewvc?view=rev&rev=510238
Log:
ProtectionDomain is applied to classes created by javassist (HIVEMIND-192)

Modified:
    hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/HiveMindClassPool.java

Modified: hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/HiveMindClassPool.java
URL: http://svn.apache.org/viewvc/hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/HiveMindClassPool.java?view=diff&rev=510238&r1=510237&r2=510238
==============================================================================
--- hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/HiveMindClassPool.java (original)
+++ hivemind/hivemind2/trunk/framework/src/java/org/apache/hivemind/service/impl/HiveMindClassPool.java Wed Feb 21 13:29:54 2007
@@ -39,7 +39,7 @@
      */
     private Set _loaders = new HashSet();
 
-    public HiveMindClassPool()
+    public HiveMindClassPool() 
     {
         super(null);