Author: gavin.king(a)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;
Show replies by date