Skip to content

Commit 65fae6a

Browse files
committed
improve documentation
fixes #73
1 parent 13e975b commit 65fae6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

api/src/main/java/de/learnlib/api/query/Query.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ public abstract class Query<I, D> {
7575
* throwing an exception.
7676
*
7777
* @param output
78-
* the output, i.e., the response to the query
78+
* the output, i.e., the directly observable response to the query's suffix (cf. {@link Query main
79+
* documentation})
7980
*/
8081
public abstract void answer(D output);
8182

0 commit comments

Comments
 (0)