Hi All, Our current Javadoc says:
/** * Returns the content type output by this layout. The base class returns "text/plain". * * @return the content type. */ String getContentType(); I'd like to clarify if returning null should be legal/allowed for implementation in general. IOW, I'd like to say either: - Call sites should be expected to handle null, or - Implementations MUST not return null WDYT? Gary