]> source.dussan.org Git - jgit.git/commit
Silence API warnings introduced by a85e817d 95/50395/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 17 Jun 2015 21:08:45 +0000 (23:08 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 17 Jun 2015 21:08:45 +0000 (23:08 +0200)
commit4831470581fa770fd27b14761193fc89c685c93d
treeda67a7b3757fdcbefe62fd0deb40e44a2bef0559
parent8b20f2c89030591b645a9e349d6f94c065ace0e6
Silence API warnings introduced by a85e817d

a85e817d is a slightly breaking API change to classes that were
technically public and technically released in 4.0. However, it is
highly unlikely that people were actually depending on public behavior,
since there were no public methods to create PushCertificates with
anything other than null field values, or a PushCertificateParser that
did anything other than infinite loop or throw exceptions when reading.

Change-Id: I1d0ba9ea0a347e8ff5a0f4af169d9bb18c5838d2
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/.settings/.api_filters [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificate.java