|
From: Chad B. <cwb...@us...> - 2008-03-31 22:48:58
|
User: cwbrandon
Date: 08/03/31 15:48:58
Modified: andromda-jsf2/src/main/resources/templates/jsf2/utils/portlet
PageableDataModel.java.vsl
Log:
fix setter name
Revision Changes Path
1.3 +1 -1 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/utils/portlet/PageableDataModel.java.vsl
Index: PageableDataModel.java.vsl
===================================================================
RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/utils/portlet/PageableDataModel.java.vsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- PageableDataModel.java.vsl 27 Mar 2008 20:33:11 -0000 1.2
+++ PageableDataModel.java.vsl 31 Mar 2008 22:48:57 -0000 1.3
@@ -225,7 +225,7 @@
return this.sortProperty;
}
- public void setSortColumn(String sortProperty)
+ public void setSortProperty(String sortProperty)
{
if (sortProperty != null && !sortProperty.equals(this.sortProperty))
{
|