[jboss-cvs] JBossAS SVN: r98018 - projects/jboss-osgi/projects/runtime/framework/trunk/src/main/java/org/jboss/osgi/framework/bundle.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Dec 19 06:36:12 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-19 06:36:12 -0500 (Sat, 19 Dec 2009)
New Revision: 98018

Modified:
   projects/jboss-osgi/projects/runtime/framework/trunk/src/main/java/org/jboss/osgi/framework/bundle/OSGiBundleValidatorR4.java
Log:
javadoc typo

Modified: projects/jboss-osgi/projects/runtime/framework/trunk/src/main/java/org/jboss/osgi/framework/bundle/OSGiBundleValidatorR4.java
===================================================================
--- projects/jboss-osgi/projects/runtime/framework/trunk/src/main/java/org/jboss/osgi/framework/bundle/OSGiBundleValidatorR4.java	2009-12-19 11:35:39 UTC (rev 98017)
+++ projects/jboss-osgi/projects/runtime/framework/trunk/src/main/java/org/jboss/osgi/framework/bundle/OSGiBundleValidatorR4.java	2009-12-19 11:36:12 UTC (rev 98018)
@@ -30,7 +30,7 @@
 import org.osgi.framework.Constants;
 
 /**
- * OSGiBundleManager.
+ * A bundle validator for OSGi R4.
  * 
  * @author Thomas.Diesler at jboss.com
  * @version $Revision: 1.1 $
@@ -44,12 +44,6 @@
       this.bundleManager = bundleManager;
    }
 
-
-   /**
-    * Validate the bundle
-    * 
-    * @param bundleState the bundle state
-    */
    @SuppressWarnings("deprecation")
    public void validateBundle(AbstractBundleState bundleState)
    {




More information about the jboss-cvs-commits mailing list