Claudenw commented on a change in pull request #160:
URL:
https://github.com/apache/commons-collections/pull/160#discussion_r426131447
##########
File path:
src/test/java/org/apache/commons/collections4/bloomfilter/hasher/HasherBuilderTest.java
##########
@@ -58,10 +62,9 @@ public Builder with(byte[] item) {
public void withCharSequenceTest() {
final String ascii = "plain";
final String extended = getExtendedString();
- for (final String s : new String[] {ascii, extended}) {
- for (final Charset cs : new Charset[] {
- StandardCharsets.ISO_8859_1, StandardCharsets.UTF_8,
StandardCharsets.UTF_16
- }) {
+ for (final String s : new String[] { ascii, extended }) {
+ for (final Charset cs : new Charset[] {
StandardCharsets.ISO_8859_1, StandardCharsets.UTF_8,
+ StandardCharsets.UTF_16 }) {
TestBuilder builder = new TestBuilder();
Review comment:
I tried to format using the src/conf/checkstyle.xml and the Eclipse
checkstyle plugin. Is that checkstyle.xml up to date or is there a problem
with my Eclipse checkstyle configuration?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]