You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2015/09/16 09:00:18 UTC

tapestry-5 git commit: fix JavaDoc

Repository: tapestry-5
Updated Branches:
  refs/heads/master 1ea1cecaf -> b1c9dcab6


fix JavaDoc


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b1c9dcab
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b1c9dcab
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b1c9dcab

Branch: refs/heads/master
Commit: b1c9dcab6681ebfac17f3d29522dca79054d33b3
Parents: 1ea1cec
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Sep 16 09:00:07 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Sep 16 09:00:07 2015 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/tapestry5/ContextAwareException.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b1c9dcab/tapestry-core/src/main/java/org/apache/tapestry5/ContextAwareException.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/ContextAwareException.java b/tapestry-core/src/main/java/org/apache/tapestry5/ContextAwareException.java
index a046fc7..3e4723c 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/ContextAwareException.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/ContextAwareException.java
@@ -18,6 +18,6 @@ package org.apache.tapestry5;
  */
 public interface ContextAwareException
 {
-    /** @returns A page activation context for reporting the exception. */
+    /** @return A page activation context for reporting the exception. */
     Object[] getContext();
 }