ctubbsii commented on a change in pull request #1078: Updated Fluo to build and
run with Java 11
URL: https://github.com/apache/fluo/pull/1078#discussion_r337206655
##########
File path:
modules/integration-tests/src/main/java/org/apache/fluo/integration/impl/WorkerIT.java
##########
@@ -51,6 +51,10 @@
private static Column observedColumn = LAST_UPDATE;
+ private static void setObservedColumn(Column c) {
Review comment:
You might be able to avoid creating this method if you just make the
WorkerITObserverProvider inner class (and the observedColumn member) non-static.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services