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 687bf37 commit 159979eCopy full SHA for 159979e
sql/sql-annotations/src/main/java/org/quickperf/sql/annotation/SqlAnnotationBuilder.java
@@ -39,7 +39,7 @@ public Class<? extends Annotation> annotationType() {
39
/**
40
*Allows to build {@link org.quickperf.sql.annotation.DisableSameSelectTypesWithDifferentParamValues} annotation.
41
*/
42
- public static DisableSameSelectTypesWithDifferentParamValues disableSameSelectTypesWithDifferentParams() {
+ public static DisableSameSelectTypesWithDifferentParamValues disableSameSelectTypesWithDifferentParamValues() {
43
return new DisableSameSelectTypesWithDifferentParamValues() {
44
@Override
45
public Class<? extends Annotation> annotationType() {
0 commit comments