Skip to content

Commit

Permalink
Revert fix code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
HindujaB committed Nov 18, 2024
1 parent 9bb58d8 commit b59f430
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ private static boolean isModuleDefinedError(BError error) {
public static Object getResult(CompletableFuture<Object> balFuture) {
try {
return balFuture.get();
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
throw ErrorCreator.createError(e);
} catch (Throwable throwable) {
throw ErrorCreator.createError(throwable);

Check warning on line 80 in native/src/main/java/io/ballerina/stdlib/websub/ModuleUtils.java

View check run for this annotation

Codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/websub/ModuleUtils.java#L79-L80

Added lines #L79 - L80 were not covered by tests
}
Expand Down

0 comments on commit b59f430

Please sign in to comment.