수정
This commit is contained in:
@@ -48,7 +48,7 @@ public class SeedKJDecrypt extends PostfixMathCommand {
|
|||||||
value =((Number) param).toString().getBytes();
|
value =((Number) param).toString().getBytes();
|
||||||
}
|
}
|
||||||
} else if (param instanceof Number) {
|
} else if (param instanceof Number) {
|
||||||
value = ((Number) param).toString().getBytes();
|
value = ((Number) param).toString().getBytes();
|
||||||
} else if (param == null) {
|
} else if (param == null) {
|
||||||
inStack.push(null);
|
inStack.push(null);
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import java.util.Stack;
|
|||||||
import org.nfunk.jep.ParseException;
|
import org.nfunk.jep.ParseException;
|
||||||
import org.nfunk.jep.function.PostfixMathCommand;
|
import org.nfunk.jep.function.PostfixMathCommand;
|
||||||
|
|
||||||
import com.eactive.eai.common.property.PropManager;
|
import com.eactive.eai.common.property.PropManager;
|
||||||
|
|
||||||
import java.nio.charset.StandardCharsets;
|
import java.nio.charset.StandardCharsets;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user