Pulling all pending Bukkit-JavaDoc changes
A special thanks goes to @aerouk for almost all of the changes found here. By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package org.bukkit.metadata;
|
||||
|
||||
/**
|
||||
* A MetadataConversionException is thrown any time a {@link LazyMetadataValue} attempts to convert a metadata value
|
||||
* to an inappropriate data type.
|
||||
* A MetadataConversionException is thrown any time a {@link
|
||||
* LazyMetadataValue} attempts to convert a metadata value to an inappropriate
|
||||
* data type.
|
||||
*/
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
public class MetadataConversionException extends RuntimeException {
|
||||
MetadataConversionException(String message) {
|
||||
|
||||
Reference in New Issue
Block a user