Archived
0

Core: удалены не используемые аннотации

This commit is contained in:
2017-04-29 13:32:39 +03:00
parent 470ac0e97e
commit 75963ae936

View File

@@ -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();
} }