We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e975b commit 65fae6aCopy full SHA for 65fae6a
1 file changed
api/src/main/java/de/learnlib/api/query/Query.java
@@ -75,7 +75,8 @@ public abstract class Query<I, D> {
75
* throwing an exception.
76
*
77
* @param output
78
- * the output, i.e., the response to the query
+ * the output, i.e., the directly observable response to the query's suffix (cf. {@link Query main
79
+ * documentation})
80
*/
81
public abstract void answer(D output);
82
0 commit comments