File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/java/org/springframework/data/couchbase/repository/support Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3737import com .querydsl .core .annotations .QueryEntities ;
3838import com .querydsl .core .annotations .QuerySupertype ;
3939import com .querydsl .core .annotations .QueryTransient ;
40+ import org .springframework .lang .Nullable ;
4041
4142/**
4243 * Annotation processor to create Querydsl query types for QueryDsl annotated classes.
@@ -52,7 +53,7 @@ public class CouchbaseAnnotationProcessor extends AbstractQuerydslProcessor {
5253 * @see com.querydsl.apt.AbstractQuerydslProcessor#createConfiguration(javax.annotation.processing.RoundEnvironment)
5354 */
5455 @ Override
55- protected Configuration createConfiguration (/* @Nullable */ RoundEnvironment roundEnv ) {
56+ protected Configuration createConfiguration (@ Nullable RoundEnvironment roundEnv ) {
5657
5758 processingEnv .getMessager ().printMessage (Diagnostic .Kind .NOTE , "Running override createConfiguration() " + getClass ().getSimpleName ());
5859
You can’t perform that action at this time.
0 commit comments