style: format plugin conformance handlers - #586
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Codex AI reviewNo actionable findings. The PR only reformats Javadocs and does not change runtime behavior or public APIs. Tests were not run per review constraints; residual risk is limited to formatting validation. Reviewed commit |
Claude AI reviewNo actionable findings. This PR (
There are no changes to executable code, method signatures, generics, serialization, checkpoint/replay logic, plugin lifecycle, or concurrency behavior. The PR is behavior-preserving as described. Residual test risk: None from a runtime standpoint — comment-only changes cannot alter behavior, so no new or updated tests are warranted. The only thing this diff cannot itself prove is that the wrapped output actually satisfies Reviewed commit |
Summary
spotless:checkspotless check was failing, e.g.: https://github.com/aws/aws-durable-execution-sdk-java/actions/runs/30674290202/job/91298216229?pr=585
Validation
mvn -q spotless:check— passedmvn -q -pl conformance-tests package -DskipTests— passed