]> source.dussan.org Git - jgit.git/commit
Expose RefUpdate constructor to any subclass 24/924/2
authorShawn O. Pearce <spearce@spearce.org>
Tue, 22 Jun 2010 23:48:37 +0000 (16:48 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 23 Jun 2010 23:54:14 +0000 (16:54 -0700)
commitbfc43c13bcf65d9ed29a9b1c70a829bcec9c5693
treeb180f96a4184d5ce0d5ec2bd2243e5a50f34d8db
parent8e4069704751193b6b915894a05f73cb367b2bd0
Expose RefUpdate constructor to any subclass

When we finally move RefDirectory to the new storage.file package,
its associated RefDirectoryUpdate will need visiblity to this
constructor in order to initialize itself.  This is true of any
other repository implementation, so make it protected rather than
package level visible.

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