Author: simonetripodi
Date: Tue Jul 20 08:17:12 2010
New Revision: 965749

URL: http://svn.apache.org/viewvc?rev=965749&view=rev
Log:
not a specification, rather suggestions

Modified:
    
commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/package.html

Modified: 
commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/package.html
URL: 
http://svn.apache.org/viewvc/commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/package.html?rev=965749&r1=965748&r2=965749&view=diff
==============================================================================
--- 
commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/package.html
 (original)
+++ 
commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/package.html
 Tue Jul 20 08:17:12 2010
@@ -121,7 +121,7 @@ public @interface ObjectCreate {
 
         <p>Note to designers: each Digester annotation rule should be coupled
         with its corresponding multi-valued annotation.
-        The specification recommends, though does not mandate, the definition 
of
+        It is recommended, though not mandated, the definition of
         an inner annotation named <code>List</code>.</p>
 
         <h4>Example</h4>
@@ -130,8 +130,8 @@ public @interface ObjectCreate {
 @Target(ElementType.TYPE)
 @CreationRule
 @DigesterRule(
-        reflectsRule = ObjectCreateRule.class,
-        providedBy = ObjectCreateRuleProvider.class
+    reflectsRule = ObjectCreateRule.class,
+    providedBy = ObjectCreateRuleProvider.class
 )
 public @interface ObjectCreate {
 


Reply via email to