Skip to content

Commit

Permalink
removed unnecessary reInit method
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-sr committed Apr 12, 2019
1 parent 1f205b3 commit 7a47ea0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/gate/languagedetection/LanguageDetection.java
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 7a47ea0

Please sign in to comment.