You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by GitBox <gi...@apache.org> on 2020/11/16 03:14:17 UTC

[GitHub] [rya] brushworth commented on a change in pull request #315: RYA-534 Upgrade to RDF4J 3.2 and RYA-496 Upgrading to Accumulo 1.9.3

brushworth commented on a change in pull request #315:
URL: https://github.com/apache/rya/pull/315#discussion_r523878278



##########
File path: extras/rya.streams/api/src/test/java/org/apache/rya/streams/api/queries/InMemoryQueryRepositoryTest.java
##########
@@ -83,7 +82,7 @@ public void initializedWithPopulatedChangeLog() throws Exception {
         final QueryChangeLog changeLog = new InMemoryQueryChangeLog();
         final QueryRepository queries = new InMemoryQueryRepository( changeLog, SCHEDULE );
         try {
-            queries.startAndWait();
+            queries.startAsync();

Review comment:
       The old method was removed by Guava, it was previously deprecated: https://guava.dev/releases/16.0/api/docs/com/google/common/util/concurrent/Service.html#startAndWait()




----------------------------------------------------------------
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:
users@infra.apache.org