Ignore:
Timestamp:
Jul 13, 2012, 1:02:06 PM (12 years ago)
Author:
casties
Branch:
default
Message:

more work on permissions...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/de/mpiwg/itgroup/annotations/Group.java

    r10 r12  
    1111
    1212    public Group(String id) {
     13        super();
    1314        this.id = id;
     15    }
     16
     17    public Group(String uri, String name) {
     18        super();
     19        this.uri = uri;
     20        this.name = name;
    1421    }
    1522
Note: See TracChangeset for help on using the changeset viewer.