Skip to content
Open

dD #1

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/queue/SynchQueue.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* order. We can specify the maximum queue length.
*
* @param <T> the type of elements held in this queue that implements the
* Serializable interface.
* Serializable interface. X1
* @see ExecutionEngine
*/
public class SynchQueue<T extends Serializable> {
Expand Down