Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since this RFC was approved, modification of argument for init() method was proposed, since it  takes a DistributionConfig as an argument, but that is an internal class.

New proposal is to use Properties:


default void init(Properties properties) {}

...