This is an automated email from the ASF dual-hosted git repository.

joern pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/master by this push:
     new db642a3  OpenNLP-1158: Made NameAnn field public for JSON serialization
db642a3 is described below

commit db642a3c3ad93606d27d6e277b529da3a50057e6
Author: danielruss <[email protected]>
AuthorDate: Tue Nov 21 15:50:42 2017 -0500

    OpenNLP-1158: Made NameAnn field public for JSON serialization
---
 .../src/main/java/opennlp/bratann/NameFinderResource.java           | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/opennlp-brat-annotator/src/main/java/opennlp/bratann/NameFinderResource.java 
b/opennlp-brat-annotator/src/main/java/opennlp/bratann/NameFinderResource.java
index 468f898..9036e47 100644
--- 
a/opennlp-brat-annotator/src/main/java/opennlp/bratann/NameFinderResource.java
+++ 
b/opennlp-brat-annotator/src/main/java/opennlp/bratann/NameFinderResource.java
@@ -131,8 +131,8 @@ public class NameFinderResource {
   }
 
   public static class NameAnn {
-    int[][] offsets;
-    String[] texts;
-    String type;
+    public int[][] offsets;
+    public String[] texts;
+    public String type;
   }
 }

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to