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/07/06 14:21:03 UTC

svn commit: r1751687 - /myfaces/tobago/branches/tobago-2.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResponseWriterDivider.java

Author: lofwyr
Date: Wed Jul  6 14:21:03 2016
New Revision: 1751687

URL: http://svn.apache.org/viewvc?rev=1751687&view=rev
Log:
Class seems to be no longer needed.

Modified:
    myfaces/tobago/branches/tobago-2.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResponseWriterDivider.java

Modified: myfaces/tobago/branches/tobago-2.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResponseWriterDivider.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-2.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResponseWriterDivider.java?rev=1751687&r1=1751686&r2=1751687&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-2.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResponseWriterDivider.java (original)
+++ myfaces/tobago/branches/tobago-2.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/context/ResponseWriterDivider.java Wed Jul  6 14:21:03 2016
@@ -33,7 +33,10 @@ import java.util.Map;
 /**
  * In some cases the rendered output must be places in the Response in a different order than it was rendered.
  * The <code>ResponseWriterDivider</code> helps to manage a list of buffers which holds the temporary output.
+ *
+ * @deprecated Since Tobago 2.0.9, no longer needed.
  */
+@Deprecated
 public final class ResponseWriterDivider {
 
   private static final Logger LOG = LoggerFactory.getLogger(ResponseWriterDivider.class);