Author: thomas.diesler(a)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(a)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)
{
Show replies by date