Author: pete.muir(a)jboss.org
Date: 2010-08-13 12:16:54 -0400 (Fri, 13 Aug 2010)
New Revision: 6983
Modified:
cdi-api/trunk/src/main/java/javax/enterprise/inject/spi/ProcessObserverMethod.java
Log:
correct javadoc to match spec
Modified:
cdi-api/trunk/src/main/java/javax/enterprise/inject/spi/ProcessObserverMethod.java
===================================================================
---
cdi-api/trunk/src/main/java/javax/enterprise/inject/spi/ProcessObserverMethod.java 2010-08-11
14:04:08 UTC (rev 6982)
+++
cdi-api/trunk/src/main/java/javax/enterprise/inject/spi/ProcessObserverMethod.java 2010-08-13
16:16:54 UTC (rev 6983)
@@ -32,8 +32,8 @@
* @see ObserverMethod
* @author Gavin King
* @author David Allen
- * @param <X> The bean type containing the observer method
- * @param <T> The type of the event being observed
+ * @param <X> The type of the event being observed
+ * @param <T> The bean type containing the observer method
*/
public interface ProcessObserverMethod<T, X>
{
Show replies by date