1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 02:21:43 +02:00

Fix bad javadoc issues

This commit is contained in:
Luck
2016-07-26 03:12:27 +01:00
parent e9805b7532
commit 0ecd899ec5
13 changed files with 31 additions and 14 deletions

View File

@@ -9,6 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<version>1.4</version>
<artifactId>luckperms-api</artifactId>
<build>
<plugins>

View File

@@ -158,6 +158,7 @@ public interface Group extends PermissionObject {
/**
* Get a {@link List} of the groups the group inherits on a specific server
* @param server the server to check
* @param world the world to check
* @return a {@link List} of group names
*/
List<String> getLocalGroups(String server, String world);

View File

@@ -182,6 +182,7 @@ public interface User extends PermissionObject {
/**
* Get a {@link List} of the groups the user is a member of on a specific server
* @param server the server to check
* @param world the world to check
* @return a {@link List} of group names
*/
List<String> getLocalGroups(String server, String world);