File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
metafix/src/main/java/org/metafacture/metafix Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ subprojects {
77
77
}
78
78
79
79
checkstyle {
80
- toolVersion ' 8.30 '
80
+ toolVersion ' 8.44 '
81
81
}
82
82
83
83
tasks. withType(JavaCompile ) {
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ public void endRecord() {
200
200
201
201
private void emit (final String field , final Value value ) {
202
202
Value .asList (value , array -> {
203
- final boolean isMulti = ( repeatedFieldsToEntities && array .size () > 1 ) || isArrayName (field ); // checkstyle-disable-line UnnecessaryParentheses
203
+ final boolean isMulti = repeatedFieldsToEntities && array .size () > 1 || isArrayName (field );
204
204
if (isMulti ) {
205
205
outputStreamReceiver .startEntity (field );
206
206
}
You can’t perform that action at this time.
0 commit comments