No effective change - code cleanup - remove unnecessary boxing

This commit is contained in:
Robin Bygrave
2015-07-31 20:08:30 +12:00
parent ba3b1fea6f
commit 9fe47194ff
34 changed files with 55 additions and 78 deletions
@@ -442,7 +442,7 @@ public class DefaultAutoFetchManager implements AutoFetchManager, Serializable {
Boolean autoFetch = query.isAutofetch();
if (autoFetch != null) {
// explicitly set...
return autoFetch.booleanValue();
return autoFetch;
} else {
// determine using implicit mode...