Skip to content

Commit

Permalink
fix #1465
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Nov 7, 2015
1 parent ca14a6f commit 5ef5192
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -2167,8 +2167,7 @@ else if (model instanceof Function) {
if (model instanceof Value) {
Value value = (Value) model;
if (value.isVariable() && value.isTransient()) {
that.addError("getter may not be annotated variable: '" +
model.getName() + "'",
that.addError("getter may not be annotated variable (define a setter with 'assign' instead)",
1501);
}
}
Expand Down

0 comments on commit 5ef5192

Please sign in to comment.