Skip to content

Commit

Permalink
make constructor public, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Lee committed Jan 18, 2017
1 parent 8dbf8a5 commit e45fcf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class FieldEndImpl<T extends CriteriaContainerImpl> implements FieldEnd<T
* @param field the field to consider
* @param target the CriteriaContainer
*/
FieldEndImpl(final QueryImpl<?> query, final String field, final T target) {
public FieldEndImpl(final QueryImpl<?> query, final String field, final T target) {
this.query = query;
this.field = field;
this.target = target;
Expand Down

0 comments on commit e45fcf5

Please sign in to comment.