mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
Fixed #122: Change default binding of IReferableElementsUnloader to GenericUnloader
Signed-off-by: Miro Spönemann <miro.spoenemann@typefox.io>
This commit is contained in:
parent
8d9cea5738
commit
bbda47b341
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import com.google.inject.ImplementedBy;
|
|||
* @author Sebastian Zarnekow - Initial contribution and API
|
||||
* @author Jan Koehnlein
|
||||
*/
|
||||
@ImplementedBy(IReferableElementsUnloader.NullUnloader.class)
|
||||
@ImplementedBy(IReferableElementsUnloader.GenericUnloader.class)
|
||||
public interface IReferableElementsUnloader {
|
||||
|
||||
void unloadRoot(EObject root);
|
||||
|
|
Loading…
Reference in a new issue