Java (Eclipse) compatibility of extensions, see #3469
* Eclipse JDT showed compilation error "The method get(ActorSystem) is ambiguous for the type..." for extensions defined with ExtensionKey
This commit is contained in:
parent
32a37ac96a
commit
9b3be181cf
11 changed files with 107 additions and 11 deletions
|
|
@ -44,6 +44,8 @@ public class SettingsExtensionDocTest {
|
|||
implements ExtensionIdProvider {
|
||||
public final static Settings SettingsProvider = new Settings();
|
||||
|
||||
private Settings() {}
|
||||
|
||||
public Settings lookup() {
|
||||
return Settings.SettingsProvider;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue