Translate getAcceptRecommendation javadoc to English

This commit is contained in:
Renzo Kottmann 2020-03-18 15:52:37 +01:00
parent e8ff6765a4
commit 7999fa1790

View file

@ -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();