Skip to content
Commit f360ce3e authored by Jesse Glick's avatar Jesse Glick
Browse files

Javadoc for Queue.Task claimed they were compared using .equals(), but in...

Javadoc for Queue.Task claimed they were compared using .equals(), but in critical cases this was not actually true.
Does not matter for the common case of Job, but when implementing custom tasks this could cause duplicate queue items (and executables).
parent a7218821
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment