From 7a47ea05929dcd228fe83267dbdac3a159c6cb40 Mon Sep 17 00:00:00 2001 From: aaron-sr Date: Fri, 12 Apr 2019 11:35:49 +0200 Subject: [PATCH] removed unnecessary reInit method --- src/main/java/gate/languagedetection/LanguageDetection.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/java/gate/languagedetection/LanguageDetection.java b/src/main/java/gate/languagedetection/LanguageDetection.java index ce9aa18..bc0c488 100644 --- a/src/main/java/gate/languagedetection/LanguageDetection.java +++ b/src/main/java/gate/languagedetection/LanguageDetection.java @@ -72,11 +72,6 @@ public Resource init() throws ResourceInstantiationException { return this; } - @Override - public void reInit() throws ResourceInstantiationException { - init(); - } - @Override public Resource duplicate(DuplicationContext ctx) throws ResourceInstantiationException { ResourceData resourceData = Gate.getCreoleRegister().get(LanguageDetection.class.getCanonicalName());