Fixed JavaDoc Error
This commit is contained in:
parent
2b8ef4bcff
commit
4a4191c80d
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public class NamedPathConfig extends PathConfig{
|
|||
*
|
||||
* @param what The Option you want to get
|
||||
* @param <T> The Type of the Option
|
||||
* @return The Value of the Option (without checking the {@link DependendConfigToken)):
|
||||
* @return The Value of the Option (without checking the {@link DependendConfigToken}):
|
||||
*/
|
||||
public <T> T getRaw(ConfigToken<T> what){
|
||||
return _get(what, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue