Ignore:
Timestamp:
Nov 20, 2012, 5:23:52 PM (11 years ago)
Author:
casties
Branch:
default
Message:

made uri prefixes in store configurable.

File:
1 edited

Legend:

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

    r28 r58  
    11package de.mpiwg.itgroup.annotations;
     2
     3import de.mpiwg.itgroup.annotations.restlet.BaseRestlet;
    24
    35/**
     
    1921                public String getUri() {
    2022                        if (uri==null){
    21                                 return NS.MPIWG_TAGS_URL+getId(); // erzeuge uri aus if falls keine ID
     23                                return BaseRestlet.TAGS_URI_PREFIX+getId(); // erzeuge uri aus if falls keine ID
    2224                        }
    2325                        return uri;
Note: See TracChangeset for help on using the changeset viewer.