[jboss-osgi-commits] JBoss-OSGI SVN: r102978 - projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/event.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Mar 25 17:05:12 EDT 2010


Author: thomas.diesler at jboss.com
Date: 2010-03-25 17:05:11 -0400 (Thu, 25 Mar 2010)
New Revision: 102978

Modified:
   projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/event/EventAdminTestCase.java
Log:
fix javadoc

Modified: projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/event/EventAdminTestCase.java
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/event/EventAdminTestCase.java	2010-03-25 21:01:42 UTC (rev 102977)
+++ projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/event/EventAdminTestCase.java	2010-03-25 21:05:11 UTC (rev 102978)
@@ -50,7 +50,7 @@
 import org.osgi.service.event.EventHandler;
 
 /**
- * A test that deployes a bundle that containes a HttpServlet which is registered through the OSGi HttpService
+ * A test that deployes the EventAdmin and sends/receives messages on a topic. 
  * 
  * @author thomas.diesler at jboss.com
  * @since 08-Dec-2009



More information about the jboss-osgi-commits mailing list