[ http://jira.codehaus.org/browse/DOXIA-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vincent Siveton updated DOXIA-218: ---------------------------------- Component/s: Core > AbstractSink needs to have a default protected constructor > ----------------------------------------------------------- > > Key: DOXIA-218 > URL: http://jira.codehaus.org/browse/DOXIA-218 > Project: Maven Doxia > Issue Type: Improvement > Components: Core > Affects Versions: 1.0-alpha-10 > Reporter: Vincent Siveton > > Something like: > {noformat} > private Writer writer; > protected AbstractSink( Writer writer ) > { > this.writer = writer; > } > {noformat} > Maybe adding another one with OutputStream. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira