Skip to content
Snippets Groups Projects
Commit aba0d65a authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Bugfix: Adding default language to method

parent 2569c83d
Branches
Tags
No related merge requests found
...@@ -88,7 +88,7 @@ public class ModelResourceImpl implements ModelResource{ ...@@ -88,7 +88,7 @@ public class ModelResourceImpl implements ModelResource{
public Response printModelListJSON() public Response printModelListJSON()
{ {
return this.printModelListJSON(null); return this.printModelListJSON(Model.DEFAULT_LANGUAGE);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment