Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Apr 30, 2024
1 parent 52dc9a5 commit 1f0a274
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
* </ul>
* However if your application is fully modularized (has a <code>module-info.java</code>)
* you will need to use the module-info syntax:
* {@snippet :
*
* {@snippet :
*
* provides io.jstach.rainbowgum.spi.RainbowGumServiceProvider with com.mycompany.SomeService;
*
*
* }
* <strong>Initialization Order:</strong>
* <ol>
Expand All @@ -41,7 +41,7 @@
* <li>{@link Configurator}</li>
* <li>{@link RainbowGumProvider}</li>
* </ol>
*
*
*/
@SuppressWarnings("InvalidInlineTag")
public sealed interface RainbowGumServiceProvider {
Expand All @@ -52,11 +52,8 @@ public sealed interface RainbowGumServiceProvider {
public non-sealed interface PropertiesProvider extends RainbowGumServiceProvider {

/**
* Provides properties and or register services.
* <em>If just registering services and not providing properies
* an empty list can be returned.
* </em>
*
* Provides properties and or register services. <em>If just registering services
* and not providing properies an empty list can be returned. </em>
* @param registry registry is usually empty here.
* @return list of properties.
*/
Expand Down

0 comments on commit 1f0a274

Please sign in to comment.