Kaydet (Commit) 0fdba36a authored tarafından Robert Antoni Buj i Gelonch's avatar Robert Antoni Buj i Gelonch Kaydeden (comit) Noel Grandin
üst 791ed2c6
......@@ -352,7 +352,7 @@ public class ParcelDescriptor {
item.setAttribute("value", script.getLanguageName());
root.appendChild(item);
if (languagedepprops != null && languagedepprops.size() != 0) {
if (languagedepprops != null && !languagedepprops.isEmpty()) {
String key;
item = document.createElement("languagedepprops");
......
......@@ -212,7 +212,7 @@ public class ScriptMetaData extends ScriptEntry {
}
if (classPathVec.size() == 0) {
if (classPathVec.isEmpty()) {
URL url = createURL(parcelPath);
if (url != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment