/* */ }
/* */
/* */ public ControllerContext internalExecute(ControllerContext context)
/* */ {
/* 306 */ if ((context instanceof KernelControllerContext))
/* 307 */ return new UnmodifiableKernelControllerContext((KernelControllerContext)context);
/* 308 */ return new UnmodifiableControllerContext(context);
/* */ }