Remove java.lang redundant imports. Taken from sonar. 22/1122/1
authorAlissa Bonas <abonas@redhat.com>
Sun, 8 Sep 2013 15:43:25 +0000 (18:43 +0300)
committerAlissa Bonas <abonas@redhat.com>
Sun, 8 Sep 2013 15:45:10 +0000 (18:45 +0300)
Change-Id: I5606e49f27c15539728a00cda7cde6fe48cb45a0
Signed-off-by: Alissa Bonas <abonas@redhat.com>
opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/CacheConfigException.java
opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/CacheExistException.java
opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/CacheListenerAddException.java
opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/ListenRoleChangeAddException.java
opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/ConstructionException.java

index 98e5695e3fbfaf917ddc3cb672f1b8c84a201012..32c3d08c91751a6e4eacffc0f4bc890995189f15 100644 (file)
@@ -18,8 +18,6 @@
  */
 package org.opendaylight.controller.clustering.services;
 
  */
 package org.opendaylight.controller.clustering.services;
 
-import java.lang.Exception;
-
 /**
  * Describe an exception that is raised when the cache being
  * allocated has configuration errors, like mismatch parameters are
 /**
  * Describe an exception that is raised when the cache being
  * allocated has configuration errors, like mismatch parameters are
index 21bf7003216e7371c58af02f554c986b8271b468..583de7cb5097623e65f1ccd4cfaf321f707fde4b 100644 (file)
@@ -17,7 +17,6 @@
  */
 package org.opendaylight.controller.clustering.services;
 
  */
 package org.opendaylight.controller.clustering.services;
 
-import java.lang.Exception;
 
 /**
  * Describe an exception that is raised when the cache being
 
 /**
  * Describe an exception that is raised when the cache being
index f171e9ce00ef58f69119bf99612cf856b1bd40fd..34ba41c5d439c3b1c1c19ad81667cbaf07f7d00a 100644 (file)
@@ -16,8 +16,6 @@
  */
 package org.opendaylight.controller.clustering.services;
 
  */
 package org.opendaylight.controller.clustering.services;
 
-import java.lang.Exception;
-
 /**
  * Describe an exception that is raised when the cache
  * Listener being added fails for any reason
 /**
  * Describe an exception that is raised when the cache
  * Listener being added fails for any reason
index ad6cd2eddde2db553e3556786f33f58aac921394..523a1340c5b69762893a7f7a832f784cb56ec414 100644 (file)
@@ -16,8 +16,6 @@
  */
 package org.opendaylight.controller.clustering.services;
 
  */
 package org.opendaylight.controller.clustering.services;
 
-import java.lang.Exception;
-
 /**
  * @deprecated for internal use
  * The Class ListenRoleChangeAddException.
 /**
  * @deprecated for internal use
  * The Class ListenRoleChangeAddException.
index 30033a244c5bc8a64a38559c2a9d02c24d749b12..446debdc27e818485ce5e399704d904a55b3af05 100644 (file)
@@ -19,8 +19,6 @@
  */
 package org.opendaylight.controller.sal.core;
 
  */
 package org.opendaylight.controller.sal.core;
 
-import java.lang.Exception;
-
 public class ConstructionException extends Exception {
     private static final long serialVersionUID = 1L;
 
 public class ConstructionException extends Exception {
     private static final long serialVersionUID = 1L;