minor parameterization fixed.

This commit is contained in:
Heng Sin Low 2008-11-27 08:53:02 +00:00
parent 8f8f98708b
commit b3d85d619a
1 changed files with 1 additions and 1 deletions

View File

@ -1702,7 +1702,7 @@ public class GridField
* with the actual AD_Org_ID and AD_Client_ID.
* @return List of existing entries for this field
*/
public List getEntries() {
public List<String> getEntries() {
ArrayList<String> list = new ArrayList<String>();
PreparedStatement pstmt1;
PreparedStatement pstmt2;