pjfanning commented on code in PR #402:
URL: 
https://github.com/apache/pekko-persistence-r2dbc/pull/402#discussion_r3419845620


##########
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:
   can we move the 'public' on line 23 to here?



-- 
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]

Reply via email to