Project

General

Profile

« Previous | Next » 

Revision 52891

Added by Tsampikos Livisianos almost 6 years ago

add empty constructors

View differences:

ReportResponseWrapper.java
8 8
public class ReportResponseWrapper {
9 9
    private ReportResponse reportResponse;
10 10

  
11
    public ReportResponseWrapper() {}
12

  
11 13
    public ReportResponseWrapper(ReportResponse reportResponse) {
12 14
        this.reportResponse = reportResponse;
13 15
    }

Also available in: Unified diff