]> source.dussan.org Git - jgit.git/commit
Fix public API issues introduced in I1baeedcc6946. 72/49872/3
authorYuxuan 'fishy' Wang <fishywang@google.com>
Wed, 10 Jun 2015 00:07:55 +0000 (17:07 -0700)
committerYuxuan 'fishy' Wang <fishywang@google.com>
Wed, 10 Jun 2015 00:20:13 +0000 (17:20 -0700)
commit9cbe2228376808239b7e9efb5d7424d6762b3982
treec072ce773735730c8411d5c4eee8e43d83d3b518
parente03928f160efa1f60d3ed23405d82c425ac2ac5a
Fix public API issues introduced in I1baeedcc6946.

Move ObjectCountCallback and WriteAbortedException to package
org.eclipse.jgit.transport, so that they'll become public API.

Change-Id: I95e3cfaa49f3f7371e794d5c253cf6981f87cae0
Signed-off-by: Yuxuan 'fishy' Wang <fishywang@google.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/BundleWriterTest.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriter.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/WriteAbortedException.java [deleted file]
org.eclipse.jgit/src/org/eclipse/jgit/transport/BundleWriter.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/ObjectCountCallback.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/WriteAbortedException.java [new file with mode: 0644]