Github user SreeramGarlapati commented on a diff in the pull request:
https://github.com/apache/storm/pull/2026#discussion_r107511467
--- Diff:
external/storm-eventhubs/src/main/java/org/apache/storm/eventhubs/spout/Serializedeserializeutil.java
---
@@ -0,0 +1,21 @@
+package org.apache.storm.eventhubs.spout;
+
+import java.io.ByteArrayOutputStream;
+import java.io.IOException;
+import java.io.ObjectOutputStream;
+
+/**
+ * Created by rabaner on 3/22/2017.
+ */
--- End diff --
nit: license header and fix name of class to camel casing
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---