Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Hammer2019-04-18 20:15:42 +0000
committerCarsten Hammer2019-04-27 12:15:35 +0000
commit5b6d6eacaf221925f3391744387554458e0e8511 (patch)
tree150a643335349829a2efca15998728375353e7b9 /org.eclipse.egit.source-feature/pom.xml
parenta2962166dc7668df4614605d16045b0891e49e52 (diff)
downloadegit-5b6d6eacaf221925f3391744387554458e0e8511.tar.gz
egit-5b6d6eacaf221925f3391744387554458e0e8511.tar.xz
egit-5b6d6eacaf221925f3391744387554458e0e8511.zip
Use String.isEmpty() instead of comparing to ""
Use of String.equals("") can be replaced with with String.length() == 0 (for JDK5 and lower) or String.isEmpty() (for JDK6 and higher) Change-Id: I278bcc6e7095802469cfe2db24f029bb5dc870a9 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
Diffstat (limited to 'org.eclipse.egit.source-feature/pom.xml')
0 files changed, 0 insertions, 0 deletions

Back to the top