We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e0568 commit b22f2cdCopy full SHA for b22f2cd
src/main/java/org/cryptomator/integrations/common/IntegrationsLoader.java
@@ -39,7 +39,7 @@ public static <T> Optional<T> load(Class<T> clazz) {
39
40
/**
41
* Loads all suited service providers ordered by priority in descending order.
42
- * </p>
+ * <p>
43
* Only services declared in the `org.cryptomator.integrations.api` module can be loaded with this method.
44
* Foreign services need to use {@link IntegrationsLoader#loadAll(ServiceLoader, Class)}.
45
*
0 commit comments