changeset 335:b84371fa2745

Add disable method to VMStatCommand
author Omair Majid <omajid@redhat.com>
date Tue, 29 May 2012 11:47:38 -0400
parents feac4ec61dae
children a43132536a6a
files tools/src/main/java/com/redhat/thermostat/tools/cli/VMStatCommand.java
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/src/main/java/com/redhat/thermostat/tools/cli/VMStatCommand.java	Tue May 29 11:30:11 2012 -0400
+++ b/tools/src/main/java/com/redhat/thermostat/tools/cli/VMStatCommand.java	Tue May 29 11:47:38 2012 -0400
@@ -103,4 +103,9 @@
         return true;
     }
 
+    @Override
+    public void disable() {
+        /* NO-OP */
+    }
+
 }