mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-20 14:24:15 +00:00
Reformat rest of the design patterns - Issue #224
This commit is contained in:
@@ -8,7 +8,7 @@ import com.iluwatar.servicelayer.common.Dao;
|
||||
*
|
||||
*/
|
||||
public interface WizardDao extends Dao<Wizard> {
|
||||
|
||||
Wizard findByName(String name);
|
||||
|
||||
Wizard findByName(String name);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user