Skip to content

Commit adb8b7a

Browse files
committed
Oops, should pass around the edgename for the CONNECTED relation
1 parent 8d890c9 commit adb8b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/semgraph/semgrex/GraphRelation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ void advance() {
10191019
*/
10201020
static private class CONNECTED extends GraphRelation {
10211021
CONNECTED(String reln, String name, String edgeName) {
1022-
super("<>", reln, name);
1022+
super("<>", reln, name, edgeName);
10231023
}
10241024

10251025
@Override

0 commit comments

Comments
 (0)