NX01: Some javadoc warning fixes and fillup
This commit is contained in:
parent
f7558b92dd
commit
e685c27131
63 changed files with 121 additions and 4 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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<?>> {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue