Project

General

Profile

« Previous | Next » 

Revision 52891

Added by Tsampikos Livisianos over 5 years ago

add empty constructors

View differences:

Vendor.java
7 7
 */
8 8
public class Vendor {
9 9

  
10
    private final Contact contact = new Contact();
10
    private Contact contact = new Contact();
11 11

  
12
    public Vendor() {
13
    }
14

  
12 15
    @JsonProperty("Name")
13 16
    public String getName() {
14 17
        return "OpenAIRE";

Also available in: Unified diff