You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/18 09:02:30 UTC

[GitHub] [camel] orpiske commented on a diff in pull request #8549: Cleanup jpa component

orpiske commented on code in PR #8549:
URL: https://github.com/apache/camel/pull/8549#discussion_r997927981


##########
components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaEndpoint.java:
##########
@@ -185,6 +185,16 @@ protected String createEndpointUri() {
         return "jpa" + (entityType != null ? "://" + entityType.getName() : "");
     }
 
+    @Override

Review Comment:
   I don't think this rule is relevant in this case. So, it should be safe to ignore Sonar (I should try to find a way to disable this one).



-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org