Project

General

Profile

« Previous | Next » 

Revision 41444

Removing unused methods and classes,change the workflow for building result collectedFrom openaire - driver

View differences:

Claim.java
79 79
        return "Claim{" +
80 80
                "\ntargetType=" + targetType+
81 81
                ",\nsourceType=" + sourceType +
82
                ",\ntarget={" + target.toString() +
83
                "},\n source={" + source.toString() +
82
                ",\ntarget={" +   ((target==null)?"null":target.toString())+
83
                "},\n source={" + ((source==null)?"null":source.toString())  +
84 84
                "},\n id='" + id + '\'' +
85 85
                ", userMail='" + userMail + '\'' +
86 86
                ", date=" + format.format(date)+

Also available in: Unified diff