Return-Path: Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: (qmail 26170 invoked from network); 9 Jun 2010 18:47:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Jun 2010 18:47:35 -0000 Received: (qmail 40580 invoked by uid 500); 9 Jun 2010 18:47:35 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 40499 invoked by uid 500); 9 Jun 2010 18:47:35 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 40492 invoked by uid 99); 9 Jun 2010 18:47:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 18:47:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 18:47:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B58D02388A02; Wed, 9 Jun 2010 18:46:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r953113 - /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIColumnSelector.java Date: Wed, 09 Jun 2010 18:46:50 -0000 To: commits@myfaces.apache.org From: lofwyr@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100609184650.B58D02388A02@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 { }