mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
[misc] Fixed warnings (override/imports)
Change-Id: I171faa5c9efaa74439a651ca0567bcd003656900
This commit is contained in:
parent
d9ffe68826
commit
2e27578b3d
2 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,6 @@ import org.osgi.service.prefs.BackingStoreException;
|
|||
|
||||
import com.google.common.collect.Lists;
|
||||
import com.google.common.io.ByteStreams;
|
||||
import com.google.common.primitives.Bytes;
|
||||
|
||||
/**
|
||||
* @author Jan Koehnlein - Initial contribution and API
|
||||
|
|
|
@ -41,6 +41,7 @@ public interface IOutputConfigurationProvider {
|
|||
/**
|
||||
* @since 2.8
|
||||
*/
|
||||
@Override
|
||||
public Set<OutputConfiguration> getOutputConfigurations(Resource context) {
|
||||
if (delegate instanceof IContextualOutputConfigurationProvider) {
|
||||
return ((IContextualOutputConfigurationProvider) delegate).getOutputConfigurations(context);
|
||||
|
|
Loading…
Reference in a new issue