The GitHub Actions job "Unit Tests" on pekko-projection.git/main has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 197bf5d9b8f6859ed95adb5df91dce2cec0e207a / He-Pin(kerr) <[email protected]> fix: fix javadoc warning in ShoppingCart test example (#556) * fix: fix javadoc warning in ShoppingCart test example Motivation: Javadoc warning: `{@link Summary}` cannot be resolved because `Summary` is an inner class of `ShoppingCart` and needs the enclosing class prefix. Modification: - Replace `{@link Summary}` with `{@link ShoppingCart.Summary}` - Replace `{@link Confirmation}` with `{@link ShoppingCart.Confirmation}` Result: Javadoc warning is eliminated. Tests: Not run - docs only References: None * style: apply javafmt to javadoc PR files Motivation: CI javafmtCheck fails on the javadoc warnings PR due to unformatted Java files. Modification: Run sbt javafmt to auto-format all Java source files. Result: CI javafmtCheck should now pass. Report URL: https://github.com/apache/pekko-projection/actions/runs/28798862578 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
