We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a630dfd commit 36f5ab0Copy full SHA for 36f5ab0
src/main/java/io/github/hapjava/services/Service.java
@@ -39,6 +39,7 @@ public interface Service {
39
40
/**
41
* Add linked services
42
+ *
43
* @param service linked service
44
*/
45
void addLinkedService(Service service);
src/main/java/io/github/hapjava/services/impl/AbstractServiceImpl.java
@@ -5,8 +5,6 @@
5
import java.util.Collections;
6
import java.util.LinkedList;
7
import java.util.List;
8
-import org.slf4j.Logger;
9
-import org.slf4j.LoggerFactory;
10
11
abstract class AbstractServiceImpl implements Service {
12
private final String type;
0 commit comments