Skip to content

Commit 6392194

Browse files
committed
Ssurgeon Javadoc fix
1 parent 0688a01 commit 6392194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/semgraph/semgrex/ssurgeon/SsurgeonPattern.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public String toString() {
116116
*
117117
* TODO: create variant that returns set of expansions while matcher.find() returns true
118118
* @param sg SemanticGraph to operate over (NOT destroyed/modified).
119-
* @return True if a match was found and executed, otherwise false.
119+
* @return List of the generated matches
120120
*/
121121
public Collection<SemanticGraph> execute(SemanticGraph sg) {
122122
Collection<SemanticGraph> generated = new ArrayList<>();

0 commit comments

Comments
 (0)