Skip to content

Commit 008749c

Browse files
committed
Fix method name
1 parent d138e1b commit 008749c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/mybatis/dynamic/sql/where/WhereModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public List<AndOrCriteriaGroup> subCriteria() {
5454
return Collections.unmodifiableList(subCriteria);
5555
}
5656

57-
public boolean isUnrenderableClauseAllowed() {
57+
public boolean isNonRenderingClauseAllowed() {
5858
return statementConfiguration.isNonRenderingWhereClauseAllowed();
5959
}
6060

src/main/java/org/mybatis/dynamic/sql/where/render/WhereRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public Optional<WhereClauseProvider> render() {
5050
.build()
5151
);
5252

53-
if (whereClause.isPresent() || whereModel.isUnrenderableClauseAllowed()) {
53+
if (whereClause.isPresent() || whereModel.isNonRenderingClauseAllowed()) {
5454
return whereClause;
5555
} else {
5656
throw new NonRenderingWhereClauseException();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy