5556575859606162636465
super(delegate); this.policy = policy; } public Format getFormat() { Format format = delegate.getFormat(); if (format == null) { return null; } else { return (Format) SecuredObjects.secure(format, policy); }