Skip to content

Commit aa01936

Browse files
authored
Update from(Expression<?> arg) to public visibility (#375)
1 parent 3ba6a75 commit aa01936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

querydsl-libraries/querydsl-sql/src/main/java/com/querydsl/sql/ProjectableSQLQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public long fetchCount() {
150150
return ((Number) fetchOne()).longValue();
151151
}
152152

153-
protected Q from(Expression<?> arg) {
153+
public Q from(Expression<?> arg) {
154154
return queryMixin.from(arg);
155155
}
156156

0 commit comments

Comments
 (0)