Add missing @Override
This commit is contained in:
parent
330c65ba35
commit
abf948457e
|
@ -48,6 +48,7 @@ public final class LibaioFile<Callback extends SubmitInfo> implements AutoClosea
|
||||||
return LibaioContext.lock(fd);
|
return LibaioContext.lock(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void close() throws IOException {
|
public void close() throws IOException {
|
||||||
open = false;
|
open = false;
|
||||||
LibaioContext.close(fd);
|
LibaioContext.close(fd);
|
||||||
|
|
|
@ -2367,6 +2367,7 @@ public class ActiveMQServerImpl implements ActiveMQServer {
|
||||||
this.server = server;
|
this.server = server;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
try {
|
try {
|
||||||
URL url = server.getConfiguration().getConfigurationUrl();
|
URL url = server.getConfiguration().getConfigurationUrl();
|
||||||
|
|
Loading…
Reference in New Issue