mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Translate getAcceptRecommendation javadoc to English
This commit is contained in:
parent
bd60ddc41d
commit
13acb9ff7e
1 changed files with 9 additions and 7 deletions
|
|
@ -36,7 +36,9 @@ public interface Result {
|
||||||
XdmNode getReport();
|
XdmNode getReport();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Das evaluierte Ergebnis.
|
* The Recommendation based on the evaluation of this Result.
|
||||||
|
*
|
||||||
|
* @return AcceptRecommendation
|
||||||
*/
|
*/
|
||||||
AcceptRecommendation getAcceptRecommendation();
|
AcceptRecommendation getAcceptRecommendation();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue