Changeset 11:bc90aaeb925d in AnnotationManagerN4J for src


Ignore:
Timestamp:
Jul 13, 2012, 9:24:39 AM (12 years ago)
Author:
casties
Branch:
default
Message:

permissions still under construction.

File:
1 edited

Legend:

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

    r10 r11  
    179179                        if (created != null) {
    180180                                annotNode.setProperty("created", created);
     181                        }
     182                       
     183                        /*
     184                         * Permissions for this annotation.
     185                         */
     186                        Actor admin = annot.getAdminPermission();
     187                        if (admin != null) {
     188                               
    181189                        }
    182190
Note: See TracChangeset for help on using the changeset viewer.