You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oliver Deakin (JIRA)" <ji...@apache.org> on 2007/06/13 12:10:26 UTC

[jira] Closed: (HARMONY-4138) [classlib][luni] Remove unnecessary protected constructor for ServerSocket

     [ https://issues.apache.org/jira/browse/HARMONY-4138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Deakin closed HARMONY-4138.
----------------------------------

    Resolution: Duplicate
      Assignee: Oliver Deakin

Closing as a duplicate. Please continue any further work on this bug under the original issue HARMONY-3809.

> [classlib][luni] Remove unnecessary protected constructor for ServerSocket
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4138
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4138
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>            Assignee: Oliver Deakin
>         Attachments: harmony-4138.diff
>
>
> The following protected constructor for ServerSocket is never used. 
>     protected ServerSocket(SocketImpl impl) {
>         this.impl = impl;
>     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.