[richfaces-svn-commits] JBoss Rich Faces SVN: r14117 - in trunk/examples/photoalbum/source/web/src/main: webapp/includes/userPrefs and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue May 12 08:44:34 EDT 2009


Author: amarkhel
Date: 2009-05-12 08:44:33 -0400 (Tue, 12 May 2009)
New Revision: 14117

Modified:
   trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/ui/UserPrefsHelper.java
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/userPrefs/userPrefsEdit.xhtml
Log:


Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/ui/UserPrefsHelper.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/ui/UserPrefsHelper.java	2009-05-12 12:27:19 UTC (rev 14116)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/ui/UserPrefsHelper.java	2009-05-12 12:44:33 UTC (rev 14117)
@@ -48,17 +48,13 @@
 		avatarData = item.getFile();
 	}
 
-	public Date getDefaultDate(){
+	/*public Date getDefaultDate(){
 		if(calendar == null){
 			calendar = new GregorianCalendar(1980, Calendar.DECEMBER, 25);
 		}
 	    return calendar.getTime();
-	}
+	}*/
 	
-	public void setDefaultDate(Date date){
-		
-	}
-	
 	public File getAvatarData() {
 		return avatarData;
 	}

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/userPrefs/userPrefsEdit.xhtml
===================================================================
(Binary files differ)




More information about the richfaces-svn-commits mailing list