fix issue with not compiling tests

This commit is contained in:
Andrea Boriero 2020-07-30 18:40:38 +01:00
parent 798f327f68
commit d246a4b460
1 changed files with 1 additions and 1 deletions

View File

@ -43,5 +43,5 @@ public @interface RequiresDialect {
/**
* the Dialect version
*/
int version();
int version() default -1;
}