minor parameterization fixed.
This commit is contained in:
parent
8f8f98708b
commit
b3d85d619a
|
@ -1702,7 +1702,7 @@ public class GridField
|
||||||
* with the actual AD_Org_ID and AD_Client_ID.
|
* with the actual AD_Org_ID and AD_Client_ID.
|
||||||
* @return List of existing entries for this field
|
* @return List of existing entries for this field
|
||||||
*/
|
*/
|
||||||
public List getEntries() {
|
public List<String> getEntries() {
|
||||||
ArrayList<String> list = new ArrayList<String>();
|
ArrayList<String> list = new ArrayList<String>();
|
||||||
PreparedStatement pstmt1;
|
PreparedStatement pstmt1;
|
||||||
PreparedStatement pstmt2;
|
PreparedStatement pstmt2;
|
||||||
|
|
Loading…
Reference in New Issue