]> source.dussan.org Git - jgit.git/commit
Add @Override annotations to BitmapIndexImpl 24/59624/3
authorJonathan Nieder <jrn@google.com>
Wed, 4 Nov 2015 02:38:18 +0000 (18:38 -0800)
committerJonathan Nieder <jrn@google.com>
Thu, 5 Nov 2015 20:27:52 +0000 (12:27 -0800)
commit424aa22b56eb4559879c8439fcff9445fb8237da
treeade74cf2a880e3a4dc830560144cb07250e63ca4
parent0e403a18e6590afeda551f2e76894598932c5f4d
Add @Override annotations to BitmapIndexImpl

This makes it easier to distinguish between implementations of methods
from the interface from helpers internal to org.eclipse.jgit.internal.storage.*.

This was illegal in Java 5 but JGit requires newer Java these days.

Change-Id: I92c65f3407a334acddd32ec9e09ab7d1d39c4dc6
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/BitmapIndexImpl.java