changeset 36:1ad55f3dceda

remove obsolete comments
author Omair Majid <omajid@redhat.com>
date Thu, 12 Jan 2012 18:39:30 -0500
parents 38c3b1212009
children f5d25e879c31
files src/com/redhat/thermostat/backend/system/JvmStatVmListener.java
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/com/redhat/thermostat/backend/system/JvmStatVmListener.java	Thu Jan 12 16:53:41 2012 -0500
+++ b/src/com/redhat/thermostat/backend/system/JvmStatVmListener.java	Thu Jan 12 18:39:30 2012 -0500
@@ -36,8 +36,6 @@
 
     private static final Key vmMemoryStatVmIdKey = new Key("vm-id", false);
     private static final Key vmMemoryStatTimestampKey = new Key("timestamp", false);
-    // data structure knows too much about the format of data
-    // i would rather not allocate all these keys beforehand
     private static final Key vmMemoryStatEdenGenKey = new Key("eden.gen", false);
     private static final Key vmMemoryStatEdenCollectorKey = new Key("eden.collector", false);
     private static final Key vmMemoryStatEdenCapacityKey = new Key("eden.capacity", false);