Repository: opennlp-sandbox Updated Branches: refs/heads/master 4350f64c0 -> ad4195b5d
Whitespace test commit Project: http://git-wip-us.apache.org/repos/asf/opennlp-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp-sandbox/commit/ad4195b5 Tree: http://git-wip-us.apache.org/repos/asf/opennlp-sandbox/tree/ad4195b5 Diff: http://git-wip-us.apache.org/repos/asf/opennlp-sandbox/diff/ad4195b5 Branch: refs/heads/master Commit: ad4195b5d32e35673e89cddd2f2cf67f27f1d0ba Parents: 4350f64 Author: Boris Galitsky <[email protected]> Authored: Tue Nov 15 19:11:47 2016 -0800 Committer: Boris Galitsky <[email protected]> Committed: Tue Nov 15 19:11:47 2016 -0800 ---------------------------------------------------------------------- .../apps/contentgen/multithreaded/BingWebQueryRunnerThread.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp-sandbox/blob/ad4195b5/opennlp-similarity/src/main/java/opennlp/tools/apps/contentgen/multithreaded/BingWebQueryRunnerThread.java ---------------------------------------------------------------------- diff --git a/opennlp-similarity/src/main/java/opennlp/tools/apps/contentgen/multithreaded/BingWebQueryRunnerThread.java b/opennlp-similarity/src/main/java/opennlp/tools/apps/contentgen/multithreaded/BingWebQueryRunnerThread.java index b712847..b75a13b 100644 --- a/opennlp-similarity/src/main/java/opennlp/tools/apps/contentgen/multithreaded/BingWebQueryRunnerThread.java +++ b/opennlp-similarity/src/main/java/opennlp/tools/apps/contentgen/multithreaded/BingWebQueryRunnerThread.java @@ -6,7 +6,7 @@ import java.util.List; import opennlp.tools.similarity.apps.BingQueryRunner; import opennlp.tools.similarity.apps.HitBase; -public class BingWebQueryRunnerThread extends BingQueryRunner implements Runnable{ + public class BingWebQueryRunnerThread extends BingQueryRunner implements Runnable{ private String query; private List<HitBase> results= new ArrayList<HitBase>();
