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 2014/02/17 14:17:14 UTC

svn commit: r1568977 - /myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISheet.java

Author: lofwyr
Date: Mon Feb 17 13:17:14 2014
New Revision: 1568977

URL: http://svn.apache.org/r1568977
Log:
cleanup

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISheet.java

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISheet.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISheet.java?rev=1568977&r1=1568976&r2=1568977&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISheet.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUISheet.java Mon Feb 17 13:17:14 2014
@@ -91,8 +91,6 @@ public abstract class AbstractUISheet ex
   private List<Integer> widthList;
   private transient LayoutTokens columnLayout;
 
-  private transient int ajaxResponseCode;
-
   private transient List<LayoutComponent> layoutComponents;
 
   private transient Boolean needVerticalScrollbar;