]> source.dussan.org Git - jgit.git/commit
Make ObjectToPack clearReuseAsIs signal available to subclasses 09/1109/1
authorShawn O. Pearce <spearce@spearce.org>
Fri, 9 Jul 2010 15:51:47 +0000 (08:51 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 10 Jul 2010 02:07:45 +0000 (19:07 -0700)
commit699e4aa7c5673b3c85f2be28652fbab6bd0dd968
treecb3ca760e157800e381d845997274b131319d41a
parent4569d77e13c7bbf0c7466cbc57d0eefd117cb206
Make ObjectToPack clearReuseAsIs signal available to subclasses

A subclass may want to use this method to release handles that are
caching reuse information.  Make it protected so they can override
it and update themselves.

Change-Id: I2277a56ad28560d2d2d97961cbc74bc7405a70d4
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/LocalObjectToPack.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/ObjectToPack.java