You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ka...@apache.org on 2012/09/11 04:08:02 UTC

git commit: FIXED - TAP5-1996: Add Severity.SUCCESS enum for alerts - added @since 5.3.6 to AlertManager.success()

Updated Branches:
  refs/heads/master 229e049e4 -> aea07df75


FIXED - TAP5-1996: Add Severity.SUCCESS enum for alerts 
- added @since 5.3.6 to AlertManager.success()

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

Branch: refs/heads/master
Commit: aea07df75c1149b3a0ca0cc864d949f39d550c93
Parents: 229e049
Author: Kalle Korhonen <ka...@apache.org>
Authored: Mon Sep 10 19:06:40 2012 -0700
Committer: Kalle Korhonen <ka...@apache.org>
Committed: Mon Sep 10 19:06:40 2012 -0700

----------------------------------------------------------------------
 .../org/apache/tapestry5/alerts/AlertManager.java  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/aea07df7/tapestry-core/src/main/java/org/apache/tapestry5/alerts/AlertManager.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/alerts/AlertManager.java b/tapestry-core/src/main/java/org/apache/tapestry5/alerts/AlertManager.java
index 2c22039..c63078b 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/alerts/AlertManager.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/alerts/AlertManager.java
@@ -26,6 +26,7 @@ public interface AlertManager
      * Adds an {@link Severity#SUCCESS} alert with the default duration, {@link Duration#SINGLE}.
      *
      * @param message to present to the user
+     * @since 5.3.6
      */
     void success(String message);