ok2c commented on code in PR #442: URL: https://github.com/apache/httpcomponents-core/pull/442#discussion_r1382621660
########## httpcore5/src/main/java/org/apache/hc/core5/reactor/SingleCoreIOReactor.java: ########## @@ -27,10 +27,22 @@ package org.apache.hc.core5.reactor; +import org.apache.hc.core5.annotation.Internal; Review Comment: @kkewwei One last thing. Please avoid import layout changes. It makes change-sets unnecessarily noisy. If you are an IDEA users this style definition may help. ``` <code_scheme name="HC" version="173"> <JavaCodeStyleSettings> <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99999" /> <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999999" /> <option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND"> <value /> </option> <option name="IMPORT_LAYOUT_TABLE"> <value> <package name="" withSubpackages="true" static="true" /> <emptyLine /> <package name="java" withSubpackages="true" static="false" /> <emptyLine /> <package name="javax" withSubpackages="true" static="false" /> <emptyLine /> <package name="org." withSubpackages="true" static="false" /> <emptyLine /> <package name="com" withSubpackages="true" static="false" /> <emptyLine /> <package name="" withSubpackages="true" static="false" /> </value> </option> </JavaCodeStyleSettings> <JetCodeStyleSettings> <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> </JetCodeStyleSettings> <codeStyleSettings language="XML"> <indentOptions> <option name="INDENT_SIZE" value="2" /> <option name="TAB_SIZE" value="2" /> </indentOptions> </codeStyleSettings> <codeStyleSettings language="kotlin"> <option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> </codeStyleSettings> </code_scheme> ``` -- 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: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org