summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/event/entity/EntityCombustByBlockEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/event/entity/EntityCombustByBlockEvent.java')
-rw-r--r--src/main/java/org/bukkit/event/entity/EntityCombustByBlockEvent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/event/entity/EntityCombustByBlockEvent.java b/src/main/java/org/bukkit/event/entity/EntityCombustByBlockEvent.java
index ef872050..7eed8ad4 100644
--- a/src/main/java/org/bukkit/event/entity/EntityCombustByBlockEvent.java
+++ b/src/main/java/org/bukkit/event/entity/EntityCombustByBlockEvent.java
@@ -13,7 +13,7 @@ public class EntityCombustByBlockEvent extends EntityCombustEvent {
/**
* The combuster can be lava or a block that is on fire.
- * <p />
+ * <p>
* WARNING: block may be null.
*
* @return the Block that set the combustee alight.