Skip to content

Commit b22f2cd

Browse files
committed
fix javadoc
1 parent 76e0568 commit b22f2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/cryptomator/integrations/common/IntegrationsLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static <T> Optional<T> load(Class<T> clazz) {
3939

4040
/**
4141
* Loads all suited service providers ordered by priority in descending order.
42-
* </p>
42+
* <p>
4343
* Only services declared in the `org.cryptomator.integrations.api` module can be loaded with this method.
4444
* Foreign services need to use {@link IntegrationsLoader#loadAll(ServiceLoader, Class)}.
4545
*

0 commit comments

Comments
 (0)