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