You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2007/03/03 19:06:39 UTC

svn commit: r514211 - /myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AnnotatedManagedBeanHandler.java

Author: dennisbyrne
Date: Sat Mar  3 10:06:38 2007
New Revision: 514211

URL: http://svn.apache.org/viewvc?view=rev&rev=514211
Log:
getting rid of warning

Modified:
    myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AnnotatedManagedBeanHandler.java

Modified: myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AnnotatedManagedBeanHandler.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AnnotatedManagedBeanHandler.java?view=diff&rev=514211&r1=514210&r2=514211
==============================================================================
--- myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AnnotatedManagedBeanHandler.java (original)
+++ myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/config/annotation/AnnotatedManagedBeanHandler.java Sat Mar  3 10:06:38 2007
@@ -12,7 +12,6 @@
 
 /**
  * @see JSF spec 1.2, section 5.4
- * @warn Do not import javax.annotation.* in this class
  * @author Dennis Byrne
  */