Skip to content

Commit

Permalink
Don't create domain objects on demand just by property reference
Browse files Browse the repository at this point in the history
This change slipped in. I didn't intend to change this functionality.
  • Loading branch information
ldaley committed Jan 31, 2012
1 parent ae28d77 commit 5e1e835
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -87,8 +87,6 @@ public Object get(String name) {
// Ignore
}

onMissing.execute(name);

// try the delegate again
return delegate.getProperty(name);
}
Expand Down

0 comments on commit 5e1e835

Please sign in to comment.