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 2016/08/30 08:47:58 UTC

svn commit: r1758345 - /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/component/SupportsRenderedPartially.java

Author: lofwyr
Date: Tue Aug 30 08:47:57 2016
New Revision: 1758345

URL: http://svn.apache.org/viewvc?rev=1758345&view=rev
Log:
fix javadoc build

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/component/SupportsRenderedPartially.java

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/component/SupportsRenderedPartially.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/component/SupportsRenderedPartially.java?rev=1758345&r1=1758344&r2=1758345&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/component/SupportsRenderedPartially.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/component/SupportsRenderedPartially.java Tue Aug 30 08:47:57 2016
@@ -20,7 +20,7 @@
 package org.apache.myfaces.tobago.component;
 
 /**
- * @deprecated since Tobago 3.0, replaced by standard AJAX {@link SupportsAjaxBehaviorHolder}
+ * @deprecated since Tobago 3.0, replaced by standard AJAX
  */
 @Deprecated
 public interface SupportsRenderedPartially {