Author: joshcanfield
Date: Mon Jun 27 13:13:37 2011
New Revision: 1140148

URL: http://svn.apache.org/viewvc?rev=1140148&view=rev
Log:
TAP5-1559 - Excessive warnings

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/ClientBodyElement.java

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/ClientBodyElement.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/ClientBodyElement.java?rev=1140148&r1=1140147&r2=1140148&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/ClientBodyElement.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/ClientBodyElement.java
 Mon Jun 27 13:13:37 2011
@@ -1,4 +1,4 @@
-// Copyright 2010 [ORG]
+// Copyright 2010, 2011 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -12,13 +12,14 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+
 package org.apache.tapestry5;
 
 import org.apache.tapestry5.ajax.MultiZoneUpdate;
 
 /**
  * Extends {@link ClientElement} with the concept of a body, a Block that can 
be rendered to provide the content
- * within. The primary implementation of this is the {@link Zone} component, 
which exposes its client id and body for
+ * within. The primary implementation of this is the {@link 
org.apache.tapestry5.corelib.components.Zone} component, which exposes its 
client id and body for
  * use with {@link MultiZoneUpdate}.
  * 
  * @since 5.2.3


Reply via email to