91929394959697
return loadPlan; } private LoadPlan applyAdvice(final EntityReturn entityReturn) { final EntityReturn copy = entityReturn.makeCopy( new CopyContextImpl( entityReturn ) ); return new LoadPlanImpl( copy ); }