diff --git a/ebean-api/src/main/java/io/ebean/bean/MutableValueInfo.java b/ebean-api/src/main/java/io/ebean/bean/MutableValueInfo.java index 0f9c223aa..27716b13c 100644 --- a/ebean-api/src/main/java/io/ebean/bean/MutableValueInfo.java +++ b/ebean-api/src/main/java/io/ebean/bean/MutableValueInfo.java @@ -4,10 +4,10 @@ package io.ebean.bean; * Holds information on mutable values (like plain beans stored as json). *

* Used internally in EntityBeanIntercept for dirty detection on mutable values. - * Typically dirty detection is based on a hash/checksum of json content or the + * Typically, mutation detection is based on a hash/checksum of json content or the * original json content itself. *

- * Refer to the mapping options {@code @DbJson(dirtyDetection)} and {@code @DbJson(keepSource)}. + * Refer to the mapping options {@code @DbJson(mutationDetection)}. */ public interface MutableValueInfo {