fjtirado commented on code in PR #2238:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2238#discussion_r2167183316


##########
data-index/data-index-storage/data-index-storage-postgresql/src/main/java/org/kie/kogito/index/postgresql/PostgresqlProcessInstanceEntityStorage.java:
##########
@@ -44,6 +43,7 @@ public Query<ProcessInstance> query() {
         return new PostgresqlJsonJPAQuery<>(repository, mapToModel, 
entityClass);
     }
 
+    @Override

Review Comment:
   yes, Im referring to that PR, but even without the PR I do not think this 
change (adding override annotation) belongs to this PR



##########
data-index/data-index-storage/data-index-storage-postgresql/src/main/java/org/kie/kogito/index/postgresql/PostgresqlProcessInstanceEntityStorage.java:
##########
@@ -44,6 +43,7 @@ public Query<ProcessInstance> query() {
         return new PostgresqlJsonJPAQuery<>(repository, mapToModel, 
entityClass);
     }
 
+    @Override

Review Comment:
   yes, Im referring to that PR, but even without that PR I do not think this 
change (adding override annotation) belongs to this PR



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to