#2359 - Rename plugin api methods with deprecation - BeanDocType

This commit is contained in:
rbygrave
2021-09-08 10:59:20 +12:00
parent a15e1ae0a7
commit d6dc147497
@@ -63,7 +63,7 @@ public interface BeanDocType<T> {
* build and replace the embedded list.
*/
default FetchPath embeddedManyRoot(String path) {
return getEmbedded(path);
return getEmbeddedManyRoot(path);
}
/**