Skip to content

Commit

Permalink
Merge pull request #311 from eclipse-passage/565158
Browse files Browse the repository at this point in the history
Bug 565158 - [Passage] Remove ClassifierInitializer
  • Loading branch information
eparovyshnaya authored Jul 12, 2020
2 parents 02c0823 + 32cbe3a commit a8cc385
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,5 @@ public interface EditingDomainRegistryAccess {

String getFileExtension(String domain);

/**
* Not used anymore since 0.9, will throw {@link UnsupportedOperationException}
*
* @deprecated will be deleted at 1.0
*
* @param domain
* @throws UnsupportedOperationException
*
*/
@Deprecated
default ClassifierInitializer getClassifierInitializer(String domain) {
throw new UnsupportedOperationException(domain);
}

SelectionCommandAdvisor getSelectionCommandAdvisor(String domain);
}

0 comments on commit a8cc385

Please sign in to comment.