You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bo...@apache.org on 2011/10/22 14:24:31 UTC

svn commit: r1187703 - in /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5: package-info.java services/javascript/JavaScriptSupport.java

Author: bobharner
Date: Sat Oct 22 12:24:31 2011
New Revision: 1187703

URL: http://svn.apache.org/viewvc?rev=1187703&view=rev
Log:
Minor javadoc typos; no code changes

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/package-info.java
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/JavaScriptSupport.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/package-info.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/package-info.java?rev=1187703&r1=1187702&r2=1187703&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/package-info.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/package-info.java Sat Oct 22 12:24:31 2011
@@ -12,5 +12,5 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-/** Root package for Tapestry, containing a common interfaces and data types used throughout the framework. */
+/** Root package for Tapestry, containing common interfaces and data types used throughout the framework. */
 package org.apache.tapestry5;
\ No newline at end of file

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/JavaScriptSupport.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/JavaScriptSupport.java?rev=1187703&r1=1187702&r2=1187703&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/JavaScriptSupport.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/javascript/JavaScriptSupport.java Sat Oct 22 12:24:31 2011
@@ -22,7 +22,7 @@ import org.apache.tapestry5.services.Env
 
 /**
  * An environmental that acts as a replacement for the {@link RenderSupport} environmental, renaming and streamlining
- * the the key methods. JavaScriptSupport is very stateful, accumulating JavaScript stacks, libraries and initialization
+ * the key methods. JavaScriptSupport is very stateful, accumulating JavaScript stacks, libraries and initialization
  * code until the end of the main page render; it then updates the rendered DOM (adding <script> tags to the
  * <head> and <body>) before the document is streamed to the client.
  * <p/>