He-Pin commented on code in PR #402:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/402#discussion_r3420002026
##########
docs/src/test/java/jdocs/home/MultiPluginDocExample.java:
##########
@@ -20,22 +20,20 @@
public class MultiPluginDocExample {
- static
+ public
// #withPlugins
- public class MyEntity extends EventSourcedBehavior<MyEntity.Command,
MyEntity.Event, MyEntity.State> {
+ static class MyEntity
Review Comment:
Done — moved `public` to the `static class MyEntity` line so it reads
`public static class MyEntity extends EventSourcedBehavior<...>`. The `//
#withPlugins` Paradox marker remains before the class declaration.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]