We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following inconsistency in ManagedTaskListener JavaDoc regarding the ordering of taskAborted/taskDone notifications.
taskAborted method JavaDoc: "This method may be called after taskDone()"
State Transition Diagram and examples B, C, D all show taskAborted happening BEFORE taskDone.
The sentence in the javadoc should be modified to
"This method may be called after taskSubmitted()"
[1.0]
The text was updated successfully, but these errors were encountered:
@glassfishrobot Commented Reported by alai8
Sorry, something went wrong.
@glassfishrobot Commented This issue was imported from java.net JIRA CONCURRENCY_EE_SPEC-31
No branches or pull requests
The following inconsistency in ManagedTaskListener JavaDoc regarding the ordering of taskAborted/taskDone notifications.
taskAborted method JavaDoc:
"This method may be called after taskDone()"
State Transition Diagram and examples B, C, D all show taskAborted happening BEFORE taskDone.
The sentence in the javadoc should be modified to
"This method may be called after taskSubmitted()"
Affected Versions
[1.0]
The text was updated successfully, but these errors were encountered: