Github user kchilton2 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/240#discussion_r143867158
--- Diff:
extras/rya.pcj.fluo/pcj.fluo.app/src/main/java/org/apache/rya/indexing/pcj/fluo/app/batch/JoinBatchInformation.java
---
@@ -1,4 +1,6 @@
package org.apache.rya.indexing.pcj.fluo.app.batch;
+import static jline.internal.Preconditions.checkNotNull;
--- End diff --
This is probably supposed to be a different impl of this method.---
