Skip to content

Commit

Permalink
Add contributors
Browse files Browse the repository at this point in the history
And aslo remove some sysout
  • Loading branch information
Nicolas Paris committed Jul 1, 2018
1 parent 2db002e commit 6142c6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Mateusz Parzonka
Michael Unterkalmsteiner [mikmakmuk]
Milen Kouylekov <[email protected]> [kouylekov, kouylekov-usit]
Nicolai Erbs <[email protected]> [nicolaierbs]
Nicolas Paris [parisni]
Niklas Jakob
Nils Reimers [nreimers]
Oliver Ferschke [ferschke]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,6 @@ private BratTextAnnotation splitNewline(AnnotationFS aFS)
m = p.matcher(aFS.getCoveredText());
i = 0;
while (m.find()) {
System.out.println(m.group(1));
begins[i] = m.start(1) + aFS.getBegin();
ends[i] = m.end(1) + aFS.getBegin();
i++;
Expand Down

0 comments on commit 6142c6a

Please sign in to comment.