You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/09/19 12:13:02 UTC

svn commit: r697026 - /geronimo/gshell/trunk/gshell-support/gshell-spring/src/main/java/org/apache/geronimo/gshell/spring/BeanContainer.java

Author: jdillon
Date: Fri Sep 19 03:13:01 2008
New Revision: 697026

URL: http://svn.apache.org/viewvc?rev=697026&view=rev
Log:
Drop unused imports, expose the ClassRealm

Modified:
    geronimo/gshell/trunk/gshell-support/gshell-spring/src/main/java/org/apache/geronimo/gshell/spring/BeanContainer.java

Modified: geronimo/gshell/trunk/gshell-support/gshell-spring/src/main/java/org/apache/geronimo/gshell/spring/BeanContainer.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-spring/src/main/java/org/apache/geronimo/gshell/spring/BeanContainer.java?rev=697026&r1=697025&r2=697026&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-spring/src/main/java/org/apache/geronimo/gshell/spring/BeanContainer.java (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-spring/src/main/java/org/apache/geronimo/gshell/spring/BeanContainer.java Fri Sep 19 03:13:01 2008
@@ -20,7 +20,7 @@
 
 package org.apache.geronimo.gshell.spring;
 
-import org.codehaus.plexus.classworlds.realm.DuplicateRealmException;
+import org.codehaus.plexus.classworlds.realm.ClassRealm;
 
 import java.net.URL;
 import java.util.List;
@@ -35,6 +35,8 @@
 {
     BeanContainer getParent();
 
+    ClassRealm getClassRealm();
+
     void start();
 
     void stop();