mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
Make PathBuilder non-final #642
This commit is contained in:
parent
ae258b2ca4
commit
b7c5bc8686
@ -36,7 +36,7 @@ import com.mysema.query.types.expr.SimpleExpression;
|
||||
*
|
||||
* @param <T> expression type
|
||||
*/
|
||||
public final class PathBuilder<T> extends EntityPathBase<T> {
|
||||
public class PathBuilder<T> extends EntityPathBase<T> {
|
||||
|
||||
private static final long serialVersionUID = -1666357914232685088L;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user