Project

General

Profile

« Previous | Next » 

Revision 62369

Clean up code use only the method to get managers without session cookie
add more checks if community is enabled for notifications or not

View differences:

Notification.java
55 55
    public void setDate(Date last_interaction_date) {
56 56
        this.last_interaction_date = last_interaction_date;
57 57
    }
58

  
59
    @Override
60
    public String toString() {
61
        return "Notification{" +
62
                "openaireId='" + openaireId + '\'' +
63
                ", openaireName='" + openaireName + '\'' +
64
                ", userMail='" + userMail + '\'' +
65
                ", frequency=" + frequency +
66
                ", notify=" + notify +
67
                ", last_interaction_date=" + last_interaction_date +
68
                '}';
69
    }
58 70
}

Also available in: Unified diff