Fix typo in JavaDoc

Co-authored-by: Morgan <cerealcable@users.noreply.github.com>
This commit is contained in:
LlmDl 2022-08-03 15:38:47 -05:00 committed by GitHub
parent 698c623ccc
commit 1af24b2e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ package net.milkbowl.vault.economy;
* It includes a {@link ResponseType} indicating whether the plugin currently being used for Economy actually allows
* the method, or if the operation was a success or failure.
*
* @deprecated in lieu of the modern Vault2. To update alter your import to new.milkbowl.vault2.economy.
* @deprecated in lieu of the modern Vault2. To update alter your import to net.milkbowl.vault2.economy.
*/
public class EconomyResponse {

View File

@ -28,7 +28,7 @@ import org.bukkit.plugin.Plugin;
/**
* The main Permission API - allows for group and player based permission tests
*
* @deprecated in lieu of the modern Vault2. To update alter your import to new.milkbowl.vault2.permission.
* @deprecated in lieu of the modern Vault2. To update alter your import to net.milkbowl.vault2.permission.
*/
public abstract class Permission {