We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e69860 + 365589c commit f62c5cdCopy full SHA for f62c5cd
src/main/java/de/sstoehr/harreader/model/HarLog.java
@@ -38,7 +38,7 @@ public String getVersion() {
38
}
39
40
public void setVersion(String version) {
41
- if (version == null || version.trim().equals("")) {
+ if (version == null || version.trim().isEmpty()) {
42
version = DEFAULT_VERSION;
43
44
this.version = version;
0 commit comments