X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=openflowplugin-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fimpl%2Fstatistics%2Fservices%2Fdedicated%2FStatisticsGatheringService.java;h=7a5685327c93a1e3724590b2d65dd5634f591fcb;hb=69c8d4536858ef685a2fe93763475b182380bbb6;hp=720a2dddb76f6d065e5a19dd835b3380ff6d0532;hpb=3745263f280dd337f03c8e7b7e60dc5f6e290620;p=openflowplugin.git diff --git a/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/services/dedicated/StatisticsGatheringService.java b/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/services/dedicated/StatisticsGatheringService.java index 720a2dddb7..7a5685327c 100644 --- a/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/services/dedicated/StatisticsGatheringService.java +++ b/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/services/dedicated/StatisticsGatheringService.java @@ -79,7 +79,7 @@ public class StatisticsGatheringService extends CommonService { @Override public void onFailure(final Throwable throwable) { - RpcResultBuilder rpcResultBuilder = RpcResultBuilder.failed().withError(RpcError.ErrorType.APPLICATION, throwable.getMessage()); + RpcResultBuilder rpcResultBuilder = RpcResultBuilder.failed().withError(RpcError.ErrorType.APPLICATION, throwable.getMessage()); getDeviceContext().unhookRequestCtx(requestContext.getXid()); RequestContextUtil.closeRequstContext(requestContext);