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

[4/14] git commit: Improve documention

Improve documention


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

Branch: refs/heads/master
Commit: abc4e9a7b67553ae04646bb51cc9b7ce0a3444ed
Parents: 47b8d6e
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Mar 1 16:40:50 2013 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Mar 14 13:38:02 2013 -0700

----------------------------------------------------------------------
 .../ioc/annotations/IncompatibleChange.java        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/abc4e9a7/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/annotations/IncompatibleChange.java
----------------------------------------------------------------------
diff --git a/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/annotations/IncompatibleChange.java b/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/annotations/IncompatibleChange.java
index 7b0f722..38b1535 100644
--- a/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/annotations/IncompatibleChange.java
+++ b/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/annotations/IncompatibleChange.java
@@ -22,7 +22,7 @@ import java.lang.annotation.*;
 public @interface IncompatibleChange
 {
     /**
-     * Identifies the release in which this signature of the method.
+     * Identifies the release in which the signature of the method was modified.
      *
      * @return a release number, e.g., "5.4"
      */