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

Added warning status interpretation as required part of Model's meta data

parent 9071e1dd
No related branches found
No related tags found
No related merge requests found
......@@ -643,5 +643,15 @@ public class NaerstadModel extends I18nImpl implements Model{
return "(c) 2013-2015 Bioforsk (http://www.bioforsk.no/). Contact: post@bioforsk.no";
}
@Override
public String getWarningStatusInterpretation() {
return this.getWarningStatusInterpretation(Model.DEFAULT_LANGUAGE);
}
@Override
public String getWarningStatusInterpretation(String language) {
return "";
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment