You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dk2k (via GitHub)" <gi...@apache.org> on 2023/04/01 10:29:31 UTC

[GitHub] [camel] dk2k opened a new pull request, #9751: fixed results of inspection "HashSet can be replaced with EnumSet"

dk2k opened a new pull request, #9751:
URL: https://github.com/apache/camel/pull/9751

   fixed results of inspection "HashSet can be replaced with EnumSet"


-- 
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


[GitHub] [camel] dk2k commented on a diff in pull request #9751: fixed results of inspection "HashSet can be replaced with EnumSet"

Posted by "dk2k (via GitHub)" <gi...@apache.org>.
dk2k commented on code in PR #9751:
URL: https://github.com/apache/camel/pull/9751#discussion_r1155104686


##########
components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/spi/Method.java:
##########
@@ -16,11 +16,7 @@
  */
 package org.apache.camel.component.platform.http.spi;
 
-import java.util.Arrays;
-import java.util.Collections;
-import java.util.Locale;
-import java.util.Set;
-import java.util.TreeSet;
+import java.util.*;

Review Comment:
   Fixed. It's IDE's optimization



-- 
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


[GitHub] [camel] dk2k commented on a diff in pull request #9751: fixed results of inspection "HashSet can be replaced with EnumSet"

Posted by "dk2k (via GitHub)" <gi...@apache.org>.
dk2k commented on code in PR #9751:
URL: https://github.com/apache/camel/pull/9751#discussion_r1155108583


##########
components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/spi/Method.java:
##########
@@ -16,11 +16,7 @@
  */
 package org.apache.camel.component.platform.http.spi;
 
-import java.util.Arrays;
-import java.util.Collections;
-import java.util.Locale;
-import java.util.Set;
-import java.util.TreeSet;
+import java.util.*;

Review Comment:
   Sorry for accidentally merging branch apache:main in



-- 
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


[GitHub] [camel] davsclaus commented on a diff in pull request #9751: fixed results of inspection "HashSet can be replaced with EnumSet"

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on code in PR #9751:
URL: https://github.com/apache/camel/pull/9751#discussion_r1155090988


##########
components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/spi/Method.java:
##########
@@ -16,11 +16,7 @@
  */
 package org.apache.camel.component.platform.http.spi;
 
-import java.util.Arrays;
-import java.util.Collections;
-import java.util.Locale;
-import java.util.Set;
-import java.util.TreeSet;
+import java.util.*;

Review Comment:
   We do not use wildcard imports



-- 
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


[GitHub] [camel] davsclaus merged pull request #9751: fixed results of inspection "HashSet can be replaced with EnumSet"

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #9751:
URL: https://github.com/apache/camel/pull/9751


-- 
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


[GitHub] [camel] github-actions[bot] commented on pull request #9751: fixed results of inspection "HashSet can be replaced with EnumSet"

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #9751:
URL: https://github.com/apache/camel/pull/9751#issuecomment-1492918617

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :warning: Please note that the changes on this PR may be **tested automatically**. 
   
   If necessary Apache Camel Committers may access logs and test results in the job summaries!


-- 
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