Remove empty message check, remove netbeans autogenerated comments

This commit is contained in:
Shevchik
2014-03-07 22:36:55 +04:00
parent 6d3071d626
commit d4d1d7ff18
4 changed files with 10 additions and 52 deletions

View File

@@ -1,16 +1,9 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.cnaude.chairs.core;
import org.bukkit.Material;
/**
*
* @author cnaude
*/
public class ChairBlock {
private Material mat;
private double sitHeight;