removed some commented out code

This commit is contained in:
Mark Fisher
2011-08-02 17:27:59 -04:00
parent de1b0c1402
commit 89a4060ad4

View File

@@ -125,13 +125,6 @@ public class MongoMessageStore implements MessageStore, BeanClassLoaderAware {
target.put("_payloadType", payloadType);
target.put("_id", ((Message<?>) source).getHeaders().getId().toString());
}
// // TODO: fix this (the base class should handle it via converters?)
// if (source instanceof UUID) {
// System.out.println("Converting to UUID");
// target.put("uuid", ((UUID)source).toString());
// }
super.write(source, target);
}