You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/02/16 15:58:28 UTC

[jira] Created: (DOXIA-218) AbstractSink needs to have a default protected constructor

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
    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

        

[jira] Updated: (DOXIA-218) AbstractSink needs to have a default protected constructor

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ 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