Skip to content

Commit

Permalink
Fix typo in JavaDoc
Browse files Browse the repository at this point in the history
Co-authored-by: Morgan <cerealcable@users.noreply.github.com>
  • Loading branch information
LlmDl and cerealcable committed Aug 3, 2022
1 parent 698c623 commit 1af24b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* 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 {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* 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 {

Expand Down

0 comments on commit 1af24b2

Please sign in to comment.