Skip to content

Commit

Permalink
Merge pull request Azure#84 from loudej/subscription-setters
Browse files Browse the repository at this point in the history
subscription Messagecount should be a readonly property. fixes Azure#61
  • Loading branch information
rpaquay committed Nov 19, 2011
2 parents c4fd853 + 3b854cf commit e16902c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ public Long getMessageCount() {
return getModel().getMessageCount();
}

public Subscription setMessageCount(Long value) {
getModel().setMessageCount(value);
return this;
}

public Integer getMaxDeliveryCount() {
return getModel().getMaxDeliveryCount();
}
Expand Down

0 comments on commit e16902c

Please sign in to comment.