mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 08:59:01 +00:00
Reformat business-delegate, callback, chain, command, composite, dao, decorator & dependency-injection patterns.
This commit is contained in:
@@ -6,7 +6,7 @@ package com.iluwatar.dependency.injection;
|
||||
*
|
||||
*/
|
||||
public interface Wizard {
|
||||
|
||||
void smoke();
|
||||
|
||||
void smoke();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user