Searched refs:wrappedTicketList (Results 1 – 1 of 1) sorted by relevance
176 List<Ticket> wrappedTicketList = new ArrayList<>(); in acquire() local178 wrappedTicketList.add(new TicketImpl(parentTicket)); in acquire()180 return wrappedTicketList; in acquire()