Skip to content

Commit

Permalink
#2359 - Rename plugin api methods with deprecation - BeanDocType
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Sep 7, 2021
1 parent a15e1ae commit d6dc147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebean-api/src/main/java/io/ebean/plugin/BeanDocType.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ default FetchPath embedded(String path) {
* build and replace the embedded list.
*/
default FetchPath embeddedManyRoot(String path) {
return getEmbedded(path);
return getEmbeddedManyRoot(path);
}

/**
Expand Down

0 comments on commit d6dc147

Please sign in to comment.