Project

General

Profile

« Previous | Next » 

Revision 41443

some default values to avoid nulls.

View differences:

modules/dnet-openaire-blacklist/trunk/src/main/java/eu/dnetlib/openaire/blacklist/BlacklistEntry.java
18 18
    /**
19 19
     * A note regarding the reported 'wrong' relationship
20 20
     **/
21
    private String note;
21
    private String note = "";
22 22
    /**
23 23
     * The id of the ticket associated to this entry
24 24
     **/
25
    private String ticketId;
25
    private String ticketId = "unknown";
26 26
    /**
27 27
     * Provenance of the relationship. 'iis' when the relationship is inferred. 'crosswalk' if it is aggregated. 'claim' if it is a claim.
28 28
     **/

Also available in: Unified diff