Merge "Remove java.lang redundant imports. Taken from sonar."
authorGiovanni Meo <gmeo@cisco.com>
Tue, 10 Sep 2013 09:15:51 +0000 (09:15 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 10 Sep 2013 09:15:51 +0000 (09:15 +0000)
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;
 
-import java.lang.Exception;
-
 /**
  * Describe an exception that is raised when the cache being
  * allocated has configuration errors, like mismatch parameters are
index f171e9ce00ef58f69119bf99612cf856b1bd40fd..34ba41c5d439c3b1c1c19ad81667cbaf07f7d00a 100644 (file)
@@ -16,8 +16,6 @@
  */
 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
index 30033a244c5bc8a64a38559c2a9d02c24d749b12..446debdc27e818485ce5e399704d904a55b3af05 100644 (file)
@@ -19,8 +19,6 @@
  */
 package org.opendaylight.controller.sal.core;
 
-import java.lang.Exception;
-
 public class ConstructionException extends Exception {
     private static final long serialVersionUID = 1L;