Skip to content

ManagedThreadFactory javadoc and spec discrepancy regarding ManageableThread #32

@glassfishrobot

Description

@glassfishrobot

Section 3.4.4 of the spec says:
Threads returned by the newThread() method must implement the ManageableThread interface.

but javadoc says:
Threads returned from the newThread() method should implement the ManageableThread interface.

The spec is correct. The javadoc needs to be updated to say
Threads returned from the newThread() method must implement the ManageableThread interface.

Affected Versions

[1.0]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions