Skip to content

Commit

Permalink
Invalidate cached model on setModel()
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-wyluda committed Aug 21, 2013
1 parent dc7fd9b commit 995fdac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public boolean accept(Resource<?> resource)
}
}

this.model = newModel;
this.model = null;
}

@Override
Expand Down

0 comments on commit 995fdac

Please sign in to comment.