remove redundant check in Macro constructor

This commit is contained in:
hns 2004-06-08 14:42:11 +00:00
parent 477094bde7
commit 38ef27fbce

View file

@ -307,7 +307,7 @@ public final class Skin {
}
if (b.length() > 0) {
if ((lastParamName != null) && (b.length() > 0)) {
if (lastParamName != null) {
String paramValue = b.toString();
if (!setSpecialParameter(lastParamName, paramValue)) {