]> source.dussan.org Git - jgit.git/commit
Remove getObjectsDirectory, openPack from base API 16/2316/2
authorShawn O. Pearce <spearce@spearce.org>
Sun, 23 Jan 2011 01:27:20 +0000 (17:27 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 27 Jan 2011 16:56:35 +0000 (08:56 -0800)
commit559c4661c358a6210c411badf54d4c6a6648b213
treeb6905004a98b27e49daca60a12471618140002ac
parentcc983454c07bb439aaddc37d77bcfe702e0d7eb1
Remove getObjectsDirectory, openPack from base API

These two methods are specific to the FileRepository implementation
and should not be exposed as part of the base Repository API.  Now
that PackParser is generic and does not require these two methods
to import a pack stream into a repostiory, it is safe to remove
these and get them out of the public view.

Change-Id: I8990004d08074657f467849dabfdaa7e6674e69a
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java