Skip to content

Commit

Permalink
fix:apache#103 support resolvePlaceholders for selectorExpression cod…
Browse files Browse the repository at this point in the history
…estyle
  • Loading branch information
liuliu authored and liuliu committed Sep 27, 2019
1 parent a380c88 commit 95ca292
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ public void setRocketMQMessageListener(RocketMQMessageListener anno) {
this.consumeMode = anno.consumeMode();
this.consumeThreadMax = anno.consumeThreadMax();
this.messageModel = anno.messageModel();
this.selectorExpression = anno.selectorExpression();
this.selectorType = anno.selectorType();
this.consumeTimeout = anno.consumeTimeout();
}
Expand Down

0 comments on commit 95ca292

Please sign in to comment.