summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/tst
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2019-06-02 12:50:34 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2019-06-03 08:07:24 +0900
commite0133b9440cf28cc8495e4af0546d1467edbb028 (patch)
tree24dff3f85ef95101bd195bac0efcb072b90c5bb8 /org.eclipse.jgit.http.test/tst
parente99aaa5f791c43bcac050a26dcb970ae2584130a (diff)
downloadjgit-e0133b9440cf28cc8495e4af0546d1467edbb028.tar.gz
jgit-e0133b9440cf28cc8495e4af0546d1467edbb028.zip
Replace most usages of PacketLineIn.END with PacketLineIn.end()
PacketLineIn.END is only referenced in tests. Replace most of those with a new package visible end() method. Remaining usages of PacketLineIn.END are in the form: while ((line = pckIn.readString()) != PacketLineIn.END) { and are not trivial replacements, hence are not touched in this change. Change-Id: Id77c5321ddcad127130b246bde8f08736e60e1ea Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.http.test/tst')
0 files changed, 0 insertions, 0 deletions