master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 2e503ee101 - Show all commits

View File

@ -9,8 +9,8 @@ import java.util.List;
*/
public class BipScore implements Serializable {
private String id; //doi
private List<Score> scoreList; //unit as given in the inputfile
private String id; // doi
private List<Score> scoreList; // unit as given in the inputfile
public String getId() {
return id;

View File

@ -144,7 +144,6 @@ public class SparkAtomicActionScoreJob implements Serializable {
}
private static List<Measure> getMeasure(BipScore value) {
return value
.getScoreList()