From 9033823fde479e7230c17ac601f336f207f5b2e4 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Tue, 18 Nov 2014 20:35:54 -0500 Subject: [PATCH] Add checkstyle to plugin-shell Change-Id: I0f1f3bee18eb8b706ae0e04fc540cf1ad1523a35 Signed-off-by: Sam Hague --- plugin-shell/pom.xml | 4 ++++ .../java/org/opendaylight/ovsdb/plugin/shell/PrintCache.java | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/plugin-shell/pom.xml b/plugin-shell/pom.xml index 9d8b19bc0..2ad31953d 100644 --- a/plugin-shell/pom.xml +++ b/plugin-shell/pom.xml @@ -71,6 +71,10 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + org.jacoco jacoco-maven-plugin diff --git a/plugin-shell/src/main/java/org/opendaylight/ovsdb/plugin/shell/PrintCache.java b/plugin-shell/src/main/java/org/opendaylight/ovsdb/plugin/shell/PrintCache.java index 4140d82a1..9dc951db5 100644 --- a/plugin-shell/src/main/java/org/opendaylight/ovsdb/plugin/shell/PrintCache.java +++ b/plugin-shell/src/main/java/org/opendaylight/ovsdb/plugin/shell/PrintCache.java @@ -9,15 +9,10 @@ */ package org.opendaylight.ovsdb.plugin.shell; -import java.util.Collection; -import java.util.concurrent.ConcurrentMap; - import org.apache.felix.gogo.commands.Argument; import org.apache.felix.gogo.commands.Command; import org.apache.karaf.shell.console.OsgiCommandSupport; import org.opendaylight.controller.sal.core.Node; -import org.opendaylight.ovsdb.lib.notation.Column; -import org.opendaylight.ovsdb.lib.notation.Row; import org.opendaylight.ovsdb.plugin.api.OvsdbInventoryService; @Command(scope = "ovs", name = "printCache", description="Prints OVSDB Cache") -- 2.36.6