Fix javadocs & fix compile

This commit is contained in:
Luck 2016-11-12 16:25:44 +00:00
parent 563dd4683d
commit 67415babc2
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ public interface Storage {
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
*/
Executor getAsyncExecutor();

View File

@ -30,7 +30,7 @@
<dependency>
<groupId>me.lucko.luckperms</groupId>
<artifactId>luckperms-api</artifactId>
<version>2.13-SNAPSHOT</version>
<version>2.14-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- BukkitAPI -->