mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 06:59:29 +00:00
Reformat business-delegate, callback, chain, command, composite, dao, decorator & dependency-injection patterns.
This commit is contained in:
+4
-4
@@ -9,8 +9,8 @@ import com.google.inject.AbstractModule;
|
||||
*/
|
||||
public class TobaccoModule extends AbstractModule {
|
||||
|
||||
@Override
|
||||
protected void configure() {
|
||||
bind(Tobacco.class).to(RivendellTobacco.class);
|
||||
}
|
||||
@Override
|
||||
protected void configure() {
|
||||
bind(Tobacco.class).to(RivendellTobacco.class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user