You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2019/01/02 13:28:14 UTC

[myfaces-tobago] branch tobago-4.x updated: cleanup

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 3175017  cleanup
3175017 is described below

commit 31750172000dabe382d648d36cca580ff1ababf8
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Jan 2 14:27:55 2019 +0100

    cleanup
---
 .../main/java/org/apache/myfaces/tobago/application/ProjectStage.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/application/ProjectStage.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/application/ProjectStage.java
index 4a529df..db17b1c 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/application/ProjectStage.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/application/ProjectStage.java
@@ -20,7 +20,7 @@
 package org.apache.myfaces.tobago.application;
 
 /**
- * @deprecated use javax.faces.application.ProjectStage
+ * @deprecated since 4.0.0, use {@link javax.faces.application.ProjectStage}
  */
 @Deprecated
 public enum ProjectStage {