Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / config / config-api / src / main / java / org / opendaylight / controller / config / api / osgi / WaitingServiceTracker.java
index 839612cb18320c075a5f2d7e46725fb954ded7aa..5cb99d34d4a8afde5c958b4630866d1941e5a2df 100644 (file)
@@ -54,7 +54,7 @@ public final class WaitingServiceTracker<T> implements AutoCloseable {
             return service;
         } catch (final InterruptedException e) {
             throw new ServiceNotFoundException(
-                    String.format("Wait for OSGi service %s was interrrupted", serviceInterface));
+                    String.format("Wait for OSGi service %s was interrrupted", serviceInterface), e);
         }
     }