Fix javadoc warnings

This commit is contained in:
Shane Freeder
2017-07-03 16:38:49 +01:00
parent 65daf84cdb
commit 6e57283e32
9 changed files with 23 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ Had some issue with this in past, and this is the vanilla logic.
Potentially an old CB change that's no longer needed.
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
index 8aba80c0..9bd55e6a 100644
index 8aba80c07..9bd55e6a4 100644
--- a/src/main/java/net/minecraft/server/Entity.java
+++ b/src/main/java/net/minecraft/server/Entity.java
@@ -0,0 +0,0 @@ public abstract class Entity implements ICommandListener {