You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/11/02 09:31:15 UTC

svn commit: r831817 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/util/FacesVersion.java

Author: bommel
Date: Mon Nov  2 08:31:14 2009
New Revision: 831817

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

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/util/FacesVersion.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/util/FacesVersion.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/util/FacesVersion.java?rev=831817&r1=831816&r2=831817&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/util/FacesVersion.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/util/FacesVersion.java Mon Nov  2 08:31:14 2009
@@ -1,7 +1,5 @@
 package org.apache.myfaces.tobago.util;
 
-import javax.faces.application.Application;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -19,6 +17,8 @@
  * limitations under the License.
  */
 
+import javax.faces.application.Application;
+
 public enum FacesVersion {
 
   VERSION_11,