Skip to content

Commit

Permalink
Fix bad Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
2008Choco committed Feb 11, 2024
1 parent 1acbd89 commit fda97bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ public interface VeinMinerConfiguration extends VeinMiningConfiguration {
/**
* Create a {@link ClientConfig} using the values specified in this configuration as well as the
* permissions calculated by the given {@link Permissible} object. If any individual option is
* {@code true}, it will be &&'d with whether or not {@link Permissible#hasPermission(String)} for
* the permission associated with each value.
* {@code true}, it will be {@literal &&}'d with whether or not {@link Permissible#hasPermission(String)}
* for the permission associated with each value.
*
* @param permissible the permissible object
*
Expand Down

0 comments on commit fda97bd

Please sign in to comment.