make travis fail when javadoc doesn't compile

This commit is contained in:
Leijurv
2019-01-28 11:37:02 -08:00
parent 742256c130
commit f5f2e4970e
2 changed files with 2 additions and 1 deletions

View File

@@ -137,7 +137,7 @@ public class ToolSet {
*
* @param item the item to mine it with
* @param state the blockstate to be mined
* @return how long it would take in ticks
* @rturn how long it would take in ticks
*/
public static double calculateSpeedVsBlock(ItemStack item, IBlockState state) {
float hardness = state.getBlockHardness(null, null);