Ignore:
Timestamp:
Sep 6, 2012, 5:02:59 PM (12 years ago)
Author:
casties
Branch:
default
Message:

more work on HTML UI.

File:
1 edited

Legend:

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

    r18 r19  
    166166
    167167    /**
     168     * @return the store
     169     */
     170    public AnnotationStore getAnnotationStore() {
     171        return store;
     172    }
     173
     174    /**
    168175     * returns consumer secret for consumer key. returns null if consumer key
    169176     * doesn't exist.
Note: See TracChangeset for help on using the changeset viewer.