Author: drobiazko
Date: Thu Aug 11 12:45:43 2011
New Revision: 1156600

URL: http://svn.apache.org/viewvc?rev=1156600&view=rev
Log:
Fixed javadocs

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Unless.java

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Unless.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Unless.java?rev=1156600&r1=1156599&r2=1156600&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Unless.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Unless.java
 Thu Aug 11 12:45:43 2011
@@ -19,14 +19,14 @@ import org.apache.tapestry5.corelib.base
 
 /**
  * A close relative of the {@link org.apache.tapestry5.corelib.components.If} 
component that inverts the meaning of its
- * test.  This is easier than an If component with the negate parameter set to 
true.
+ * test. This is easier than an {@link 
org.apache.tapestry5.corelib.components.If} component with the negate parameter 
set to {@code true}.
  * 
  * @tapestrydoc
  */
 public class Unless extends AbstractConditional
 {
     /**
-     * If true, then the body of the If component is rendered. If false, the 
body is omitted.
+     * If true, then the body of the component is omitted. If false, the body 
is rendered.
      */
     @Parameter(required = true)
     private boolean test;


Reply via email to