]> source.dussan.org Git - jgit.git/commit
Make lookup methods on PackIndex public 29/3929/2
authorShawn O. Pearce <spearce@spearce.org>
Wed, 29 Jun 2011 16:54:07 +0000 (09:54 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 28 Jul 2011 17:07:10 +0000 (10:07 -0700)
commitd60cb2a3f5b6d6221107c8824356bdeab66f38b0
tree31960401ba82c0a6dbab043772fe3b6b34e166e3
parent38c5b26245c3bc36c46aa8a3423d885e8a99aaa8
Make lookup methods on PackIndex public

There isn't a good reason to hide all of these as package-private.
Make them public so applications can inspect pack files.

Change-Id: Ia418daf65d63e9e015b8dafdf3d06a1ed91d190b
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackIndex.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackIndexV1.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackIndexV2.java