anmolnar commented on PR #4125: URL: https://github.com/apache/hbase/pull/4125#issuecomment-1190266158
Anyone has a clue what would be the spotless-friendly formatting of these ZK references? Spotless merges them with the existing paragraphs which looks ugly: ```diff /** * Utility code for X509 handling Default cipher suites: Performance testing done by Facebook * engineers shows that on Intel x86_64 machines, Java9 performs better with GCM and Java8 performs - * better with CBC, so these seem like reasonable defaults. - * - * This file has been copied from the Apache ZooKeeper project. - * @see <a href="https://github.com/apache/zookeeper/blob/c74658d398cdc1d207aa296cb6e20de00faec03e/zookeeper-server/src/main/java/org/apache/zookeeper/common/X509Util.java">Base revision</a> + * better with CBC, so these seem like reasonable defaults. This file has been copied from the + * Apache ZooKeeper project. + * @see <a href= + * "https://github.com/apache/zookeeper/blob/c74658d398cdc1d207aa296cb6e20de00faec03e/zookeeper-server/src/main/java/org/apache/zookeeper/common/X509Util.java">Base + * revision</a> */ ``` -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org