Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed lib/DDR-Simple-API.jar
Binary file not shown.
Binary file added lib/DDRSimpleAPI.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/org/openddr/simpleapi/oddr/ODDRService.java
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ public void initialize(String defaultVocabularyIRI, Properties prprts) throws Na
return;
}

public String getAPIVersion() {
public String getImplementationVersion() {
return ODDR_API_VERSION;
}

Expand Down