diff options
author | Andrey Loskutov <loskutov@gmx.de> | 2015-09-10 00:04:38 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-27 02:04:57 +0200 |
commit | 41a972cd1efe22ba65b4dfdd2fcaad8af18a522c (patch) | |
tree | f8c8c8baf0a17e5589d84d14cf247adbef3a08fe /org.eclipse.jgit.http.server | |
parent | 1abd51d95373fcf7450463478b45aa7da8012cef (diff) | |
download | jgit-41a972cd1efe22ba65b4dfdd2fcaad8af18a522c.tar.gz jgit-41a972cd1efe22ba65b4dfdd2fcaad8af18a522c.zip |
[performance] Cache platform name in SystemReader
SystemReader.isMacOs() and SystemReader.isWindows() return values are
unlikely to change during the JVM lifetime (except tests). Don't read
system properties each time the methods are called, just use previously
calculated value.
Change-Id: I495521f67a8b544e7b7247d99bbd05a42ea16d20
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'org.eclipse.jgit.http.server')
0 files changed, 0 insertions, 0 deletions