mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-08 21:30:55 +02:00
Fix javadocs & fix compile
This commit is contained in:
@@ -61,7 +61,7 @@ public interface Storage {
|
|||||||
Executor getSyncExecutor();
|
Executor getSyncExecutor();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns an executor which will run all passed runnables asynchronously using the platforms scheduler & thread pools.
|
* Returns an executor which will run all passed runnables asynchronously using the platforms scheduler and thread pools.
|
||||||
* @return an executor instance
|
* @return an executor instance
|
||||||
*/
|
*/
|
||||||
Executor getAsyncExecutor();
|
Executor getAsyncExecutor();
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.lucko.luckperms</groupId>
|
<groupId>me.lucko.luckperms</groupId>
|
||||||
<artifactId>luckperms-api</artifactId>
|
<artifactId>luckperms-api</artifactId>
|
||||||
<version>2.13-SNAPSHOT</version>
|
<version>2.14-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- BukkitAPI -->
|
<!-- BukkitAPI -->
|
||||||
|
Reference in New Issue
Block a user