Author: struberg
Date: Sun Mar 3 22:28:00 2013
New Revision: 1452145
URL: http://svn.apache.org/r1452145
Log:
fix javadoc
Modified:
openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/config/BeansDeployer.java
Modified:
openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/config/BeansDeployer.java
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/config/BeansDeployer.java?rev=1452145&r1=1452144&r2=1452145&view=diff
==============================================================================
---
openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/config/BeansDeployer.java
(original)
+++
openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/config/BeansDeployer.java
Sun Mar 3 22:28:00 2013
@@ -570,8 +570,8 @@ public class BeansDeployer
* Common helper method used to deploy annotated types discovered through
* scanning or during beforeBeanDiscovery.
*
- * @param Class implClass the class of the bean to be deployed
- * @param AnnotatedType the AnnotatedType representing the bean to be
deployed
+ * @param implClass the class of the bean to be deployed
+ * @param annotatedType the AnnotatedType representing the bean to be
deployed
*/
private void deploySingleAnnotatedType(Class implClass, AnnotatedType
annotatedType)
{