- Update pulsar.md

- Code changes based on review comments from Shooky
This commit is contained in:
Yabin Meng
2021-02-24 16:52:48 -06:00
parent f78a9e928c
commit ecf6fa176d

View File

@@ -24,7 +24,6 @@ public class ReadyPulsarOp implements LongFunction<PulsarOp> {
// TODO: Add docs for the command template with respect to the OpTemplate
public ReadyPulsarOp(OpTemplate opTemplate, PulsarSpaceCache pcache) {
PulsarSpace clientSpace1;
// TODO: Consider parsing map structures into equivalent binding representation
this.cmdTpl = new CommandTemplate(opTemplate);
if (cmdTpl.isDynamic("op_scope")) {