Changed wrong element type from queue to data.
This commit is contained in:
@@ -6,7 +6,9 @@ package queues.src;
|
||||
|
||||
import java.util.concurrent.ConcurrentLinkedQueue;
|
||||
|
||||
public class ControllerToViewQueue extends ConcurrentLinkedQueue<ControllerToViewQueue> {
|
||||
import data.src.ControllerToView.ControllerToViewData;
|
||||
|
||||
public class ControllerToViewQueue extends ConcurrentLinkedQueue<ControllerToViewData> {
|
||||
private static ControllerToViewQueue controllerToViewQueueInstance;
|
||||
|
||||
public static ControllerToViewQueue getInstance() {
|
||||
|
||||
Reference in New Issue
Block a user