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/06/06 20:30:42 UTC

svn commit: r782296 - /myfaces/tobago/branches/tobago-1.0.x/example/portlet/src/main/java/org/apache/myfaces/tobago/example/portlet/User.java

Author: bommel
Date: Sat Jun  6 18:30:42 2009
New Revision: 782296

URL: http://svn.apache.org/viewvc?rev=782296&view=rev
Log:
prepare releases
fixed checkstyle errors

Modified:
    myfaces/tobago/branches/tobago-1.0.x/example/portlet/src/main/java/org/apache/myfaces/tobago/example/portlet/User.java

Modified: myfaces/tobago/branches/tobago-1.0.x/example/portlet/src/main/java/org/apache/myfaces/tobago/example/portlet/User.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/portlet/src/main/java/org/apache/myfaces/tobago/example/portlet/User.java?rev=782296&r1=782295&r2=782296&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/portlet/src/main/java/org/apache/myfaces/tobago/example/portlet/User.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/portlet/src/main/java/org/apache/myfaces/tobago/example/portlet/User.java Sat Jun  6 18:30:42 2009
@@ -18,7 +18,7 @@
  */
 
 public class User {
-  public String name;
+  private String name;
 
   public void setName(String name) {
     this.name = name;