diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2021-10-21 21:02:11 +0200 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2021-10-21 21:02:43 +0200 |
commit | 6d048564678b862f6ea5d16b7e5a2240f5993113 (patch) | |
tree | 4c7d63c87d26fcf98525795f135e65a107a59f32 /src/main/java/com/gitblit/utils/SecureRandom.java | |
parent | 4f701485740a487249491ae6f49a1ddeaae0f116 (diff) | |
download | gitblit-6d048564678b862f6ea5d16b7e5a2240f5993113.tar.gz gitblit-6d048564678b862f6ea5d16b7e5a2240f5993113.zip |
fix: Remove duplicate property keys from properties files
Some property keys were duplicated, mostly `status`, `permission` and
`comment`.
The problem with `gb.comment` is, that it is used in two different
locations in two different meanings. One as a verb, the second as a
noun. Which makes no difference in English, but other languages.
The solution is that the second key is renamed to `gb.sshKeyComment`.
The code is adjusted accordingly.
Diffstat (limited to 'src/main/java/com/gitblit/utils/SecureRandom.java')
0 files changed, 0 insertions, 0 deletions