You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2007/10/07 18:14:51 UTC

svn commit: r582642 - /myfaces/tobago/trunk/example/demo/src/main/java/org/apache/myfaces/tobago/example/reference/PartialReloadController.java

Author: weber
Date: Sun Oct  7 09:14:39 2007
New Revision: 582642

URL: http://svn.apache.org/viewvc?rev=582642&view=rev
Log:
adding partial reload example reference
  checkstyle

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

Modified: myfaces/tobago/trunk/example/demo/src/main/java/org/apache/myfaces/tobago/example/reference/PartialReloadController.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/java/org/apache/myfaces/tobago/example/reference/PartialReloadController.java?rev=582642&r1=582641&r2=582642&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/java/org/apache/myfaces/tobago/example/reference/PartialReloadController.java (original)
+++ myfaces/tobago/trunk/example/demo/src/main/java/org/apache/myfaces/tobago/example/reference/PartialReloadController.java Sun Oct  7 09:14:39 2007
@@ -1,13 +1,4 @@
 package org.apache.myfaces.tobago.example.reference;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
-import org.apache.myfaces.tobago.example.demo.Navigation;
-
-import javax.faces.context.FacesContext;
-import javax.faces.el.VariableResolver;
-import java.util.Date;
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -24,6 +15,15 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+import org.apache.myfaces.tobago.example.demo.Navigation;
+
+import javax.faces.context.FacesContext;
+import javax.faces.el.VariableResolver;
+import java.util.Date;
 
 public class PartialReloadController {