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 23:29:57 UTC

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

Author: weber
Date: Sun Oct  7 14:29:56 2007
New Revision: 582685

URL: http://svn.apache.org/viewvc?rev=582685&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=582685&r1=582684&r2=582685&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 14:29:56 2007
@@ -1,4 +1,5 @@
 package org.apache.myfaces.tobago.example.reference;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -27,7 +28,7 @@
 
 public class PartialReloadController {
 
-  private final Log LOG = LogFactory.getLog(PartialReloadController.class);
+  private static final Log LOG = LogFactory.getLog(PartialReloadController.class);
 
   private String navigateAction;