NX01: Some javadoc warning fixes and fillup

This commit is contained in:
Willem Cazander 2025-10-23 21:12:20 +02:00
parent f7558b92dd
commit e685c27131
63 changed files with 121 additions and 4 deletions

View file

@ -38,6 +38,8 @@ import org.xml.sax.helpers.AttributesImpl;
*
* @author Willem Cazander
* @version 1.0 May 3, 2013
* @param <TAG> The enum for the XML tag values.
* @param <TAG_WRITER> The tag writer to output to.
*/
public class SAX3WriterEnum<TAG extends Enum<?>,TAG_WRITER extends ContentWriter> implements SAX3WriterEnumHammer<TAG>, Closeable {

View file

@ -31,6 +31,7 @@ import org.xml.sax.Attributes;
*
* @author Willem Cazander
* @version 1.0 May 3, 2013
* @param <TAG> The enum for the XML tag values.
*/
public interface SAX3WriterEnumHammer<TAG extends Enum<?>> {