Skip to content

Commit

Permalink
Merge pull request #35 from marcopotok/release/bump-version
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
marcopotok authored Feb 8, 2023
2 parents 54162a4 + aaa2599 commit e9c92e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.marcopotok</groupId>
<artifactId>jpa-predicate-builder</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<packaging>jar</packaging>

<name>io.github.marcopotok:jpa-predicate-builder</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public PrefetchEngine getPrefetchEngine() {
return prefetchEngine;
}

static final class Builder {
public static final class Builder {
private boolean joinCacheIsEnabled = true;
private PrefetchEngine prefetchEngine = new DefaultPrefetchEngine();

Expand Down

0 comments on commit e9c92e1

Please sign in to comment.