forked from D-Net/dnet-hadoop
code formatting
This commit is contained in:
parent
94b931f7bd
commit
75551ad4ec
|
@ -90,7 +90,6 @@ public class SparkBulkTagJob {
|
|||
log.info("pathMap: {}", parser.get("pathMap"));
|
||||
String protoMappingPath = parser.get("pathMap");
|
||||
|
||||
|
||||
final String hdfsNameNode = parser.get("nameNode");
|
||||
log.info("nameNode: {}", hdfsNameNode);
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
package eu.dnetlib.dhp.bulktag.actions;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
@ -37,7 +38,7 @@ public class ExecSubstringAction implements Serializable {
|
|||
}
|
||||
|
||||
public String execSubstring() {
|
||||
return this.value.substring(Integer.valueOf(this.from), Integer.valueOf(this.to));
|
||||
return this.value.substring(Integer.valueOf(this.from), Integer.valueOf(this.to));
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue