]> source.dussan.org Git - jgit.git/commit
Mark fields of BaseReceivePack private 85/7285/2
authorShawn O. Pearce <spearce@spearce.org>
Sat, 18 Aug 2012 22:51:03 +0000 (15:51 -0700)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 5 Sep 2012 15:20:12 +0000 (17:20 +0200)
commite63f1c94f8f9a5b10da6c1e5932da33eb805230a
tree99bdd20177da62d4207e4ad2bcc92498e5aa6245
parent9638e0aa87614a6fb4f109bbeac0cde3462b9769
Mark fields of BaseReceivePack private

None of these should have been exposed to base classes. The majority
of them are private implementation details that are not required by a
subclass in order to interact with the base protocol definition. The
few that are needed should be visible as accessor methods, so the
internals can be modified without breaking the public JGit API.

Change-Id: I874179105c9c37703307facbbf99387c52bf772c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java