Skip to content

Commit

Permalink
chore: rebuild project due to codegen change (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Oct 30, 2024
1 parent 6002588 commit 8ba86ce
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.onebusaway.core.http

import com.google.common.util.concurrent.MoreExecutors
import java.io.IOException
import java.time.Clock
import java.time.Duration
Expand Down Expand Up @@ -116,8 +115,10 @@ private constructor(
executeWithRetries(request, requestOptions)
}
},
MoreExecutors.directExecutor()
)
) {
// Run in the same thread.
it.run()
}
.thenCompose(Function.identity())
}

Expand Down

0 comments on commit 8ba86ce

Please sign in to comment.