]> source.dussan.org Git - jgit.git/commit
ConfigConstants: Fix quoting of section names in javadocs 60/140460/6
authorDavid Pursehouse <david.pursehouse@gmail.com>
Fri, 12 Apr 2019 00:51:11 +0000 (09:51 +0900)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 28 Apr 2019 22:40:46 +0000 (00:40 +0200)
commit18ae69158fd0dee96422d68331377a217e9dab71
tree9e2317a385384625dc70d3749c36a0d2b5bcf286
parent8404757062a88ed92bef89292d981323364367a1
ConfigConstants: Fix quoting of section names in javadocs

Replace:

 in the "core section"
 in the "diff section"
 in the "merge section"

with:

 in the "core" section
 in the "diff" section
 in the "merge" section

Change-Id: Ided7bf73e9c8aae4fc4e43d5d5b9f6d7e3066f0a
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java