diff --git a/src/main/java/io/ebean/FetchGroupBuilder.java b/src/main/java/io/ebean/FetchGroupBuilder.java index cfe1ebfd8..5b4f8ad3a 100644 --- a/src/main/java/io/ebean/FetchGroupBuilder.java +++ b/src/main/java/io/ebean/FetchGroupBuilder.java @@ -41,19 +41,19 @@ public interface FetchGroupBuilder { * Fetch the path with the nested fetch group. */ @Nonnull - FetchGroupBuilder fetch(String path, FetchGroup nestedGroup); + FetchGroupBuilder fetch(String path, FetchGroup nestedGroup); /** * Fetch the path using a query join with the nested fetch group. */ @Nonnull - FetchGroupBuilder fetchQuery(String path, FetchGroup nestedGroup); + FetchGroupBuilder fetchQuery(String path, FetchGroup nestedGroup); /** * Fetch the path lazily with the nested fetch group. */ @Nonnull - FetchGroupBuilder fetchLazy(String path, FetchGroup nestedGroup); + FetchGroupBuilder fetchLazy(String path, FetchGroup nestedGroup); /** * Fetch the path including specified properties.