Removed infinitely loop (#9076)

Signed-off-by: Dariusz Zbyrad <dariusz.zbyrad@gmail.com>
master
dariuszzbyrad 2020-08-29 14:06:37 +02:00 committed by GitHub
parent 6afec82181
commit 4f9b6fcf1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -220,6 +220,6 @@ public class StringListToCategoricalSetTransform extends BaseTransform {
*/
@Override
public String columnName() {
return columnName();
return columnName;
}
}

View File

@ -254,6 +254,6 @@ public class StringListToCountsNDArrayTransform extends BaseTransform {
*/
@Override
public String columnName() {
return columnName();
return columnName;
}
}