No effective change - code format (fix variable names)

This commit is contained in:
Robin Bygrave
2015-07-18 07:35:19 +12:00
parent ba614cd287
commit f7bbd5b3bb
2 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -483,7 +483,7 @@ public interface Query<T> extends Serializable {
*
* }</pre>
*/
Query<T> fetch(String path, FetchConfig joinConfig);
Query<T> fetch(String path, FetchConfig fetchConfig);
/**
* Apply the path properties replacing the select and fetch clauses.