remove redundant check in Macro constructor
This commit is contained in:
parent
477094bde7
commit
38ef27fbce
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue