We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46d6d4 commit 0d2f259Copy full SHA for 0d2f259
src/main/java/org/mybatis/dynamic/sql/render/RenderingStrategy.java
@@ -20,7 +20,9 @@
20
import org.mybatis.dynamic.sql.BindableColumn;
21
22
public abstract class RenderingStrategy {
23
+ @SuppressWarnings("squid:S2390")
24
public static final RenderingStrategy MYBATIS3 = new MyBatis3RenderingStrategy();
25
26
public static final RenderingStrategy SPRING_NAMED_PARAMETER = new SpringNamedParameterRenderingStrategy();
27
public static final String DEFAULT_PARAMETER_PREFIX = "parameters"; //$NON-NLS-1$
28
0 commit comments