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 2008/11/21 16:55:25 UTC

svn commit: r719610 - /myfaces/tobago/trunk/example/demo/src/main/java/org/apache/myfaces/tobago/example/demo/PageDeclarationLanguageBean.java

Author: lofwyr
Date: Fri Nov 21 07:55:24 2008
New Revision: 719610

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

Modified:
    myfaces/tobago/trunk/example/demo/src/main/java/org/apache/myfaces/tobago/example/demo/PageDeclarationLanguageBean.java

Modified: myfaces/tobago/trunk/example/demo/src/main/java/org/apache/myfaces/tobago/example/demo/PageDeclarationLanguageBean.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/java/org/apache/myfaces/tobago/example/demo/PageDeclarationLanguageBean.java?rev=719610&r1=719609&r2=719610&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/java/org/apache/myfaces/tobago/example/demo/PageDeclarationLanguageBean.java (original)
+++ myfaces/tobago/trunk/example/demo/src/main/java/org/apache/myfaces/tobago/example/demo/PageDeclarationLanguageBean.java Fri Nov 21 07:55:24 2008
@@ -1,7 +1,5 @@
 package org.apache.myfaces.tobago.example.demo;
 
-import javax.faces.context.FacesContext;
-
 /*
  * 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.context.FacesContext;
+
 public class PageDeclarationLanguageBean {
 
   private PageDeclarationLanguage language = PageDeclarationLanguage.FACELETS;