Github user lewismc commented on a diff in the pull request:
https://github.com/apache/gora/pull/104#discussion_r118864887
--- Diff:
gora-solr-5/src/test/java/org/apache/gora/solr/GoraSolr6TestDriver.java ---
@@ -0,0 +1,72 @@
+package org.apache.gora.solr;
+
+import org.apache.commons.io.FileUtils;
+import org.apache.solr.client.solrj.embedded.JettySolrRunner;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+import java.io.File;
+
+/**
+ * Created by madhawa on 5/28/17.
+ */
+public class GoraSolr6TestDriver extends GoraSolrTestDriver {
--- End diff --
Please can you make sure your code is formatted using 2 space indents?
---
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.
---