No effective change - javadoc

This commit is contained in:
rob bygrave
2018-11-23 11:37:38 +13:00
parent b4154031cc
commit e81a61378c
+1 -1
View File
@@ -10,7 +10,7 @@ import javax.annotation.Nonnull;
* that can be defined separately from the query and combined with other FetchGroups.
* </p>
*
* <h3>Select example</h3>*
* <h3>Select example</h3>
* <pre>{@code
*
* FetchGroup<Customer> fetchGroup = FetchGroup.of(Customer.class, "name, status");