]> source.dussan.org Git - jgit.git/commit
PacketLineIn: Deprecate the END constant 76/143176/3
authorDavid Pursehouse <david.pursehouse@gmail.com>
Sun, 2 Jun 2019 08:27:17 +0000 (17:27 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Sun, 2 Jun 2019 23:07:24 +0000 (08:07 +0900)
commite8ed59a2acee4c1819246b5afab6c575a84b3ce7
treeb562869113fdeb302694dad4e5502014e71290be
parentee747827b0d26cf770f44a33b201de31e81ca8ea
PacketLineIn: Deprecate the END constant

Deprecate the constant with the intention of making it private in
a future release.

All existing usage of the constant within JGit code has already been
replaced with the recommended alternatives in preceding commits.

Change-Id: I10eb95f3f92cb74f93a26bf1a6edd24615b75c6f
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/PacketLineIn.java