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);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() throws IOException {
|
||||
open = false;
|
||||
LibaioContext.close(fd);
|
||||
|
|
|
@ -2367,6 +2367,7 @@ public class ActiveMQServerImpl implements ActiveMQServer {
|
|||
this.server = server;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
URL url = server.getConfiguration().getConfigurationUrl();
|
||||
|
|
Loading…
Reference in New Issue