You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2009/06/25 22:50:31 UTC

svn commit: r788506 - /incubator/openwebbeans/trunk/webbeans-jms/src/main/java/org/apache/webbeans/jms/plugin/OpenWebBeansJmsPlugin.java

Author: struberg
Date: Thu Jun 25 20:50:30 2009
New Revision: 788506

URL: http://svn.apache.org/viewvc?rev=788506&view=rev
Log:
OWB-121 remove JMS specific namings from OpenWebBeansPlugin

Modified:
    incubator/openwebbeans/trunk/webbeans-jms/src/main/java/org/apache/webbeans/jms/plugin/OpenWebBeansJmsPlugin.java

Modified: incubator/openwebbeans/trunk/webbeans-jms/src/main/java/org/apache/webbeans/jms/plugin/OpenWebBeansJmsPlugin.java
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jms/src/main/java/org/apache/webbeans/jms/plugin/OpenWebBeansJmsPlugin.java?rev=788506&r1=788505&r2=788506&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jms/src/main/java/org/apache/webbeans/jms/plugin/OpenWebBeansJmsPlugin.java (original)
+++ incubator/openwebbeans/trunk/webbeans-jms/src/main/java/org/apache/webbeans/jms/plugin/OpenWebBeansJmsPlugin.java Thu Jun 25 20:50:30 2009
@@ -48,7 +48,10 @@
     
     @Override
     @SuppressWarnings("unchecked")
-    public <T> boolean addJMSBean(InjectionPoint injectionPoint)
+    /**
+     * handle a JMS injection point
+     */
+    public <T> boolean addImplicitComponentForInjectionPoint(InjectionPoint injectionPoint)
     {        
         Type injectionPointType = injectionPoint.getType();
         if(injectionPointType instanceof Class)