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
e8ff6765a4
commit
7999fa1790
1 changed files with 9 additions and 7 deletions
|
|
@ -36,7 +36,9 @@ public interface Result {
|
|||
XdmNode getReport();
|
||||
|
||||
/**
|
||||
* Das evaluierte Ergebnis.
|
||||
* The Recommendation based on the evaluation of this Result.
|
||||
*
|
||||
* @return AcceptRecommendation
|
||||
*/
|
||||
AcceptRecommendation getAcceptRecommendation();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue