Fix javadoc typo 34/66334/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 3 Dec 2017 13:08:50 +0000 (14:08 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 6 Dec 2017 07:19:12 +0000 (08:19 +0100)
Remove a repeated sentence.

Change-Id: I4d5f8faad2c23fe89bdba0f91847cba10dc76ecb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
common/concepts/src/main/java/org/opendaylight/yangtools/concepts/ListenerRegistration.java

index a9ecf0bc825eb1e7daa4b032c07f84e6073baa1a..22ab06926897c763796fb181a06ea0c81a74fedb 100644 (file)
@@ -17,7 +17,6 @@ public interface ListenerRegistration<T extends EventListener> extends ObjectReg
     /**
      * Unregister the listener. Note that invocations enqueued to the listener are not subject to synchronization
      * rules, and events may be delivered to the listener after this method completes.
-     * Unregister the listener.
      *
      * <p>
      * While the interface contract allows an implementation to ignore the occurrence of RuntimeExceptions,