mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-20 20:24:47 +00:00
Resolves checkstyle issues for semaphore servant serverless service-layer service-locator (#1079)
* Reduces checkstyle errors in semaphore * Reduces checkstyle errors in servant * Reduces checkstyle errors in serverless * Reduces checkstyle errors in service-layer * Reduces checkstyle errors in service-locator
This commit is contained in:
committed by
Ilkka Seppälä
parent
37599eb48f
commit
390795154f
@@ -26,9 +26,7 @@ package com.iluwatar.servicelayer.wizard;
|
||||
import com.iluwatar.servicelayer.common.Dao;
|
||||
|
||||
/**
|
||||
*
|
||||
* WizardDao interface.
|
||||
*
|
||||
*/
|
||||
public interface WizardDao extends Dao<Wizard> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user