Skip to content

Commit 0d2f259

Browse files
committed
Suppress sonar warnings we don't intend to fix
1 parent c46d6d4 commit 0d2f259

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/mybatis/dynamic/sql/render/RenderingStrategy.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
import org.mybatis.dynamic.sql.BindableColumn;
2121

2222
public abstract class RenderingStrategy {
23+
@SuppressWarnings("squid:S2390")
2324
public static final RenderingStrategy MYBATIS3 = new MyBatis3RenderingStrategy();
25+
@SuppressWarnings("squid:S2390")
2426
public static final RenderingStrategy SPRING_NAMED_PARAMETER = new SpringNamedParameterRenderingStrategy();
2527
public static final String DEFAULT_PARAMETER_PREFIX = "parameters"; //$NON-NLS-1$
2628

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