From a06f7bea41f53a4b77763b602730dbf0bd413d78 Mon Sep 17 00:00:00 2001 From: rbygrave Date: Thu, 5 Aug 2021 12:55:42 +1200 Subject: [PATCH] Tidy javadoc for MutableValueInfo --- ebean-api/src/main/java/io/ebean/bean/MutableValueInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {