Sonar: remove unused modifiers
authorRobert Varga <rovarga@cisco.com>
Tue, 16 Jun 2015 18:59:27 +0000 (20:59 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 16 Jun 2015 19:05:28 +0000 (21:05 +0200)
public/static/final modifies are implied by the context, e.g. by being
declared in an interface.

Change-Id: Ic2f97172595d7cdb2119510c077eabac55fa0798
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/BindingStreamEventWriter.java

index c986f8143eec6500b6d44f05e54a3b4e990efeea..4aeb309dd50de7b394255cddb7403b34345ea3d7 100644 (file)
@@ -104,7 +104,7 @@ public interface BindingStreamEventWriter extends Closeable, Flushable {
      * all other values will result, based on implementation preference, in the
      * hint being completely ignored or IllegalArgumentException being thrown.
      */
-    final int UNKNOWN_SIZE = -1;
+    int UNKNOWN_SIZE = -1;
 
     /**
      *