Skip to content

Commit

Permalink
Merge pull request #3740 from inception-project/feature/3739-Support-…
Browse files Browse the repository at this point in the history
…comments-in-JS-API

#3739 - Support comments in JS API
  • Loading branch information
reckart authored Jan 25, 2023
2 parents 173f8c8 + 82b3752 commit 16eca40
Show file tree
Hide file tree
Showing 39 changed files with 11,003 additions and 5,133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void onRender(TypeAdapter aAdapter, VDocument aResponse,
}

if (!WebAnnoCasUtil.isSame(s1.getValue(), s2.getValue())) {
aResponse.add(new VComment(new VID(fs), ERROR,
aResponse.add(new VComment(VID.of(fs), ERROR,
"Crossing sentence boundaries is not permitted."));
}
}
Expand Down
364 changes: 182 additions & 182 deletions inception/inception-bootstrap/src/main/ts_template/package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit 16eca40

Please sign in to comment.