Skip to content
Snippets Groups Projects
Commit bc238acd authored by Shawn Pearce's avatar Shawn Pearce
Browse files

Add missing @Override tags in AlternateRepositoryDatabase

parent 44ba1bc7
No related branches found
No related tags found
No related merge requests found
......@@ -75,14 +75,17 @@ public Repository getRepository() {
return repository;
}
@Override
public void closeSelf() {
repository.close();
}
@Override
public void create() throws IOException {
repository.create();
}
@Override
public boolean exists() {
return odb.exists();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment