Core: удалены не используемые аннотации
This commit is contained in:
@@ -32,7 +32,6 @@ public class Core {
|
||||
this.properties = properties;
|
||||
}
|
||||
|
||||
@PostConstruct
|
||||
public void start() {
|
||||
hostActivator = new HostActivator(properties.getProperty("asys.bundles.dir"));
|
||||
startFelix();
|
||||
@@ -74,7 +73,6 @@ public class Core {
|
||||
return sj.toString();
|
||||
}
|
||||
|
||||
@PreDestroy
|
||||
public void stop() {
|
||||
stopFelix();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user