#793 - com.avaje.ebean.event.changelog.BeanChange not keeping passed id value

This commit is contained in:
Robin Bygrave
2016-07-31 23:14:08 +12:00
parent 77deab5cf0
commit 76b33511e1
@@ -80,7 +80,7 @@ public class BeanChange {
* Set the bean id (for JSON tools).
*/
public void setId(Object id) {
this.id = this.id;
this.id = id;
}
/**