Make inListReplace string public

This commit is contained in:
Travis Burtrum 2015-04-29 13:05:18 -04:00
parent 04170dda82
commit 430b4eab76
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class ListQueryMapper extends QueryMapper {
protected final QueryMapper delegate;
protected final InList inList;
private static final String inListReplace = "{inList}";
public static final String inListReplace = "{inList}";
private ListQueryMapper(Connection conn, String jndiName, QueryMapper delegate, ResultSetMapper cm, InList inList) {
this.inList = inList;