[weld-commits] Weld SVN: r4316 - api/trunk/cdi/src/main/java/javax/enterprise/context.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Oct 25 19:16:04 EDT 2009


Author: gavin.king at jboss.com
Date: 2009-10-25 19:16:04 -0400 (Sun, 25 Oct 2009)
New Revision: 4316

Modified:
   api/trunk/cdi/src/main/java/javax/enterprise/context/NormalScope.java
Log:
minor

Modified: api/trunk/cdi/src/main/java/javax/enterprise/context/NormalScope.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/context/NormalScope.java	2009-10-25 23:15:11 UTC (rev 4315)
+++ api/trunk/cdi/src/main/java/javax/enterprise/context/NormalScope.java	2009-10-25 23:16:04 UTC (rev 4316)
@@ -25,7 +25,7 @@
 import java.lang.annotation.Target;
 
 /**
- * <tt>Specifies that an annotation type is a normal scope type.</tt>
+ * <p>Specifies that an annotation type is a normal scope type.</p>
  * 
  * @author Gavin King
  * @author Pete Muir
@@ -38,8 +38,8 @@
 {
    
    /**
-    * @return true if this is a passivating scope (beans with this scope
-    *         type must be serializable)
+    * @return true if this is a passivating scope type (if beans with 
+    * this scope type must be serializable)
     */
    boolean passivating() default false;
 



More information about the weld-commits mailing list