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 2010/03/09 13:25:13 UTC

svn commit: r920829 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/TobagoConstants.java

Author: lofwyr
Date: Tue Mar  9 12:25:13 2010
New Revision: 920829

URL: http://svn.apache.org/viewvc?rev=920829&view=rev
Log:
comments

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/TobagoConstants.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/TobagoConstants.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/TobagoConstants.java?rev=920829&r1=920828&r2=920829&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/TobagoConstants.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/TobagoConstants.java Tue Mar  9 12:25:13 2010
@@ -590,7 +590,7 @@ public final class TobagoConstants {
   /** @deprecated Please use RendererTypes instead. Will be removed after Tobago 1.5 */
   @Deprecated
   public static final String RENDERER_TYPE_DATE = "Date";
-  /** @deprecated Please use RendererTypes instead. Will be removed after Tobago 1.5 */
+  /** @deprecated Not existing any longer. Will be removed after Tobago 1.5 */
   @Deprecated
   public static final String RENDERER_TYPE_DEFAULT_LAYOUT = "DefaultLayout";
   /** @deprecated Please use RendererTypes instead. Will be removed after Tobago 1.5 */
@@ -668,7 +668,7 @@ public final class TobagoConstants {
   /** @deprecated Please use RendererTypes instead. Will be removed after Tobago 1.5 */
   @Deprecated
   public static final String RENDERER_TYPE_SHEET = "Sheet";
-  /** @deprecated Please use RendererTypes instead. Will be removed after Tobago 1.5 */
+  /** @deprecated Not existing any longer. Will be removed after Tobago 1.5 */
   @Deprecated
   public static final String RENDERER_TYPE_VERBATIM = "Verbatim";