// 
// Decompiled by Procyon v0.6.0
// 

package io.netty.util.internal.shaded.org.jctools.queues.unpadded;

abstract class MpscUnpaddedArrayQueueL1Pad<E> extends ConcurrentCircularUnpaddedArrayQueue<E>
{
    MpscUnpaddedArrayQueueL1Pad(final int capacity) {
        super(capacity);
    }
}
