Ignore:
Timestamp:
Feb 2, 2015, 10:32:53 AM (9 years ago)
Author:
casties
Branch:
default
Message:

renamed getFullname to make it configurable.
fixed Restlet at 2.2.3.

File:
1 edited

Legend:

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

    r70 r86  
    8888    public String updateName(BaseRestlet application) {
    8989        if (id != null) {
    90             name = application.getFullNameFromLdap(id);
     90            name = application.getFullNameForId(id);
    9191        }
    9292        return name;
Note: See TracChangeset for help on using the changeset viewer.