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 12:26:17 UTC

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

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