@@ -118,7 +118,7 @@ public class AuthMe extends JavaPlugin {
|
||||
|
||||
/**
|
||||
* Method used to obtain the v2 plugin's api instance
|
||||
* @deprecated Will be removed in 5.3!
|
||||
* @deprecated Will be removed in 5.4!
|
||||
*
|
||||
* @return The plugin's api instance
|
||||
*/
|
||||
|
||||
@@ -21,7 +21,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* The v2 API of AuthMe.
|
||||
* @deprecated Will be removed in 5.3!
|
||||
* @deprecated Will be removed in 5.4!
|
||||
*
|
||||
* Recommended method of retrieving the API object:
|
||||
* <code>
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
package fr.xephi.authme.api;
|
||||
package fr.xephi.authme.api.v3;
|
||||
|
||||
import fr.xephi.authme.AuthMe;
|
||||
import fr.xephi.authme.ReflectionTestUtils;
|
||||
@@ -39,7 +39,7 @@ import static org.mockito.Mockito.verify;
|
||||
* Test for {@link fr.xephi.authme.api.v3.AuthMeAPI}.
|
||||
*/
|
||||
@RunWith(MockitoJUnitRunner.class)
|
||||
public class AuthMeAPIv3Test {
|
||||
public class AuthMeAPITest {
|
||||
|
||||
@InjectMocks
|
||||
private AuthMeAPI api;
|
||||
Reference in New Issue
Block a user