Project

General

Profile

« Previous | Next » 

Revision 58363

[Uoa-admin-tool|Trunk]

Properties: use classpath instead of path of specific tomcats
Recaptcha: add logs and catch exceptions

View differences:

Community.java
56 56
        this.entities = entities;
57 57
    }
58 58

  
59
    @Override
60
    public String toString() {
61
        return "Community{" +
62
                "id='" + id + '\'' +
63
                ", pid='" + pid + '\'' +
64
                ", name='" + name + '\'' +
65
                ", pages=" + pages +
66
                ", entities=" + entities +
67
                '}';
68
    }
69

  
59 70
    public String getLayout() {
60 71
        return layout;
61 72
    }

Also available in: Unified diff