Translate getAcceptRecommendation javadoc to English

This commit is contained in:
Renzo Kottmann 2020-03-18 15:52:37 +01:00 committed by Andreas Penski (init)
parent bd60ddc41d
commit 13acb9ff7e

View file

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