|
Rename Method public bindCommands(commands Collection<? extends Command>) : void renamed to public commands(commands Collection<? extends Command>) : void in class com.nhl.bootique.BQContribBinder |
From |
To |
|
Rename Method public binder(binder Binder) : BQContribBinder renamed to public contributeTo(binder Binder) : BQContribBinder in class com.nhl.bootique.BQContribBinder |
From |
To |
|
Rename Method public bindCommandTypes(commands Class<? extends Command>...) : void renamed to public commandTypes(commands Class<? extends Command>...) : void in class com.nhl.bootique.BQContribBinder |
From |
To |
|
Rename Method public bindCommandTypes(commands Collection<Class<? extends Command>>) : void renamed to public commandTypes(commands Collection<Class<? extends Command>>) : void in class com.nhl.bootique.BQContribBinder |
From |
To |
|
Rename Method public bindProperty(key String, value String) : void renamed to public property(key String, value String) : void in class com.nhl.bootique.BQContribBinder |
From |
To |