Some small fixes

This commit is contained in:
Luck
2016-09-04 16:24:36 +01:00
Unverified
parent 36cd388607
commit 23df8a2df8
6 changed files with 8 additions and 2 deletions
@@ -65,7 +65,6 @@ public interface LuckPermsPlugin {
*/
String getVersion();
/**
* @return the platform type
*/
@@ -39,7 +39,7 @@ import java.util.stream.Collectors;
import static me.lucko.luckperms.api.implementation.internal.Utils.checkNode;
/**
* Provides static access to LuckPerms
* Implements the LuckPerms API using the plugin instance
*/
@AllArgsConstructor
public class ApiProvider implements LuckPermsApi {