diff options
Diffstat (limited to 'qadevOOo/runner/share')
-rw-r--r-- | qadevOOo/runner/share/DescGetter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/share/DescGetter.java b/qadevOOo/runner/share/DescGetter.java index e9bd0d5efa32..ad0ce136786e 100644 --- a/qadevOOo/runner/share/DescGetter.java +++ b/qadevOOo/runner/share/DescGetter.java @@ -153,7 +153,7 @@ public abstract class DescGetter } } - if (entryList.size() == 0) + if (entryList.isEmpty()) { return null; } |