Skip to content

Commit

Permalink
https://github.com/fengjiachun/Jupiter/issues/62
Browse files Browse the repository at this point in the history
  • Loading branch information
jiachun.fjc committed Jun 7, 2018
1 parent c932fd2 commit 95ca8d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ abstract class BaseLinkedQueuePad2<E> extends BaseLinkedQueueConsumerNodeRef<E>
* @param <E>
* @author nitsanw
*/
abstract class BaseLinkedQueue<E> extends BaseLinkedQueuePad2<E> {
public abstract class BaseLinkedQueue<E> extends BaseLinkedQueuePad2<E> {

@Override
public final Iterator<E> iterator() {
Expand Down

0 comments on commit 95ca8d0

Please sign in to comment.