X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fcds-access-client%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Faccess%2Fclient%2FEmptyQueue.java;h=125f0251cd947198edbc17072d66c7fc607c7d61;hb=80e6514d56cd4dc6aa40997dea2b460723148341;hp=40a296bd42366e65ca7c342b8784a2c91622d421;hpb=320a4e5cd2d9d80468a3f82798744f2035488218;p=controller.git diff --git a/opendaylight/md-sal/cds-access-client/src/main/java/org/opendaylight/controller/cluster/access/client/EmptyQueue.java b/opendaylight/md-sal/cds-access-client/src/main/java/org/opendaylight/controller/cluster/access/client/EmptyQueue.java index 40a296bd42..125f0251cd 100644 --- a/opendaylight/md-sal/cds-access-client/src/main/java/org/opendaylight/controller/cluster/access/client/EmptyQueue.java +++ b/opendaylight/md-sal/cds-access-client/src/main/java/org/opendaylight/controller/cluster/access/client/EmptyQueue.java @@ -17,7 +17,6 @@ import org.opendaylight.yangtools.concepts.Immutable; /** * A specialized always-empty implementation of {@link java.util.Queue}. This implementation will always refuse new * elements in its {@link #offer(Object)} method. - * @author Robert Varga * * @param the type of elements held in this collection @@ -60,4 +59,4 @@ public final class EmptyQueue extends AbstractQueue implements Immutable { public int size() { return 0; } -} \ No newline at end of file +}