Skip to content

Commit

Permalink
Make PathBuilder non-final #642
Browse files Browse the repository at this point in the history
  • Loading branch information
timowest committed Jan 30, 2014
1 parent ae258b2 commit b7c5bc8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@
*
* @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;

Expand Down

0 comments on commit b7c5bc8

Please sign in to comment.