You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2016/03/02 06:42:13 UTC

[04/20] tika git commit: Update NLTKNERecogniserTest.java

Update NLTKNERecogniserTest.java

Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/59ddcaac
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/59ddcaac
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/59ddcaac

Branch: refs/heads/master
Commit: 59ddcaac5f479b4485d35c061e81dfa612773aab
Parents: db2b475
Author: Manali Shah <ma...@usc.edu>
Authored: Tue Feb 2 00:35:41 2016 -0800
Committer: Manali Shah <ma...@usc.edu>
Committed: Tue Feb 2 00:35:41 2016 -0800

----------------------------------------------------------------------
 .../org/apache/tika/parser/ner/nltk/NLTKNERecogniserTest.java     | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/59ddcaac/tika-parsers/src/test/java/org/apache/tika/parser/ner/nltk/NLTKNERecogniserTest.java
----------------------------------------------------------------------
diff --git a/tika-parsers/src/test/java/org/apache/tika/parser/ner/nltk/NLTKNERecogniserTest.java b/tika-parsers/src/test/java/org/apache/tika/parser/ner/nltk/NLTKNERecogniserTest.java
index 4fbeb42..23a174c 100644
--- a/tika-parsers/src/test/java/org/apache/tika/parser/ner/nltk/NLTKNERecogniserTest.java
+++ b/tika-parsers/src/test/java/org/apache/tika/parser/ner/nltk/NLTKNERecogniserTest.java
@@ -1,8 +1,5 @@
 package org.apache.tika.parser.ner.nltk;
 
-/**
- * Created by manali on 2/1/16.
- */
 import org.apache.commons.logging.Log;
 import org.apache.tika.Tika;
 import org.apache.tika.config.TikaConfig;