Skip to content

Commit

Permalink
Updated class parameter type in StorageLoaderIT
Browse files Browse the repository at this point in the history
  • Loading branch information
codingchili committed Oct 23, 2017
1 parent 9afff02 commit 1b2b097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void testLoadMongoMap(TestContext test) {

}

private void loadStoragePlugin(TestContext test, Class plugin) {
private void loadStoragePlugin(TestContext test, Class<? extends AsyncStorage> plugin) {
Future<AsyncStorage<StorableString>> future = Future.future();
Async async = test.async();

Expand Down

0 comments on commit 1b2b097

Please sign in to comment.