summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/inventory/meta/SkullMeta.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/inventory/meta/SkullMeta.java')
-rw-r--r--src/main/java/org/bukkit/inventory/meta/SkullMeta.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/inventory/meta/SkullMeta.java b/src/main/java/org/bukkit/inventory/meta/SkullMeta.java
index f8aab18d..fab31190 100644
--- a/src/main/java/org/bukkit/inventory/meta/SkullMeta.java
+++ b/src/main/java/org/bukkit/inventory/meta/SkullMeta.java
@@ -23,7 +23,9 @@ public interface SkullMeta extends ItemMeta {
/**
* Sets the owner of the skull.
- * Plugins should check that hasOwner() returns true before calling this plugin.
+ * <p>
+ * Plugins should check that hasOwner() returns true before calling this
+ * plugin.
*
* @param owner the new owner of the skull
* @return true if the owner was successfully set