Skip to content

Commit

Permalink
Merge pull request #33787 from phillip-kruger/dev-ui-errors-in-log
Browse files Browse the repository at this point in the history
Dev UI: Fixed errors in log
  • Loading branch information
gsmet authored Jun 6, 2023
2 parents 51579fa + e7e9c9c commit 8ac1024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ private void registerGetResultsMethod(LaunchModeBuildItem launchModeBuildItem) {
private static final String NAMESPACE = "devui-continuous-testing";
private static final String DASH = "-";

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public String lastKnownResults() {
return this.lastKnownResults;
}

@NonBlocking
public boolean start() {
return invokeAction("start");
}
Expand Down

0 comments on commit 8ac1024

Please sign in to comment.