|
Move Method public bindCommandTypes(binder Binder, commands Class<? extends Command>...) : void from class com.nhl.bootique.BQModule to public bindCommandTypes(commands Class<? extends Command>...) : void from class com.nhl.bootique.BQContribBinder |
From |
To |
|
Move Method public bindCommandTypes(binder Binder, commands Collection<Class<? extends Command>>) : void from class com.nhl.bootique.BQModule to public bindCommandTypes(commands Collection<Class<? extends Command>>) : void from class com.nhl.bootique.BQContribBinder |
From |
To |
|
Move Method public bindCommands(binder Binder, commands Collection<? extends Command>) : void from class com.nhl.bootique.BQModule to public bindCommands(commands Collection<? extends Command>) : void from class com.nhl.bootique.BQContribBinder |
From |
To |
|
Move Method public bindProperty(binder Binder, key String, value String) : void from class com.nhl.bootique.BQModule to public bindProperty(key String, value String) : void from class com.nhl.bootique.BQContribBinder |
From |
To |
|
Move Method private propsBinder(binder Binder) : MapBinder<String,String> from class com.nhl.bootique.BQModule to package propsBinder() : MapBinder<String,String> from class com.nhl.bootique.BQContribBinder |
From |
To |