]> source.dussan.org Git - jgit.git/commit
Declare ConfigConstants and GitProtocolConstants final 34/127434/2
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 14 Aug 2018 22:31:37 +0000 (00:31 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 14 Aug 2018 22:32:41 +0000 (00:32 +0200)
commit31a72f5da70454c7e7d567df82225cb871e39f2d
tree0ded9b688b5aa4b9288a05ffaa742cff7c1d408a
parentc477b0ddcb68ac0b1c26270187d82fccc70802c6
Declare ConfigConstants and GitProtocolConstants final

This avoids that we have to suppress API errors whenever we add a new
constant in a minor release. This change affects implementors only which
is ok to do in a minor release following OSGi semantic versioning rules.

Change-Id: Iece841886fbe00f1ba567c5ff68093c542ba265e
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/.settings/.api_filters
org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/GitProtocolConstants.java