Remove not thrown exception in javadoc

This commit is contained in:
thatsIch 2014-11-13 14:03:09 +01:00
parent 2194bd708c
commit 6729c2c55e

View file

@ -111,7 +111,6 @@ public class AETileEventHandler
*
* @param data data of stream
* @return true of method could be invoked
* @throws IOException
*/
@SideOnly(Side.CLIENT)
public boolean readFromStream(AEBaseTile tile, ByteBuf data)