Skip to content
Snippets Groups Projects
Commit 6d932d6a 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 1f0bbf9a
Branches
No related tags found
No related merge requests found
...@@ -242,4 +242,13 @@ public class OatFloweringModel extends I18nImpl implements Model{ ...@@ -242,4 +242,13 @@ public class OatFloweringModel extends I18nImpl implements Model{
} }
} }
@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