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/06/09 20:46:50 UTC

svn commit: r953113 - /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumnSelector.java

Author: lofwyr
Date: Wed Jun  9 18:46:50 2010
New Revision: 953113

URL: http://svn.apache.org/viewvc?rev=953113&view=rev
Log:
checkstyle

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

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumnSelector.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumnSelector.java?rev=953113&r1=953112&r2=953113&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumnSelector.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumnSelector.java Wed Jun  9 18:46:50 2010
@@ -1,7 +1,5 @@
 package org.apache.myfaces.tobago.internal.component;
 
-import javax.faces.component.UIColumn;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -19,5 +17,7 @@ import javax.faces.component.UIColumn;
  * limitations under the License.
  */
 
+import javax.faces.component.UIColumn;
+
 public abstract class AbstractUIColumnSelector extends UIColumn {
 }