Skip to content

Commit

Permalink
correct parameterized declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham1g5 committed Sep 15, 2023
1 parent 7c2beaa commit 6364337
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ private static CommCareApp getNewCommCareApp() {
public static CommCareApp startAppInstallAsync(boolean shouldSleep, int taskId, CommCareTaskConnector connector,
String installRef) {
CommCareApp ccApp = getNewCommCareApp();
ResourceEngineTask task =
new ResourceEngineTask<ResourceEngineListener>(ccApp,
ResourceEngineTask<ResourceEngineListener> task =
new ResourceEngineTask<>(ccApp,
taskId, shouldSleep, false) {

@Override
Expand Down

0 comments on commit 6364337

Please sign in to comment.