diff --git a/src/main/java/io/ebean/FetchGroup.java b/src/main/java/io/ebean/FetchGroup.java index 003bd0de9..2d45ee4f1 100644 --- a/src/main/java/io/ebean/FetchGroup.java +++ b/src/main/java/io/ebean/FetchGroup.java @@ -10,7 +10,7 @@ import javax.annotation.Nonnull; * that can be defined separately from the query and combined with other FetchGroups. *

* - *

Select example

* + *

Select example

*
{@code
  *
  * FetchGroup fetchGroup = FetchGroup.of(Customer.class, "name, status");