The GitHub Actions job "Basic checks" on pekko-projection.git/fix/javadoc-warnings has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: a92fff42c2e75ec043ecbc299a2998e1b85ec8ac / 虎鸣 <[email protected]> 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 Report URL: https://github.com/apache/pekko-projection/actions/runs/28700508461 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
