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,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.cnaude.chairs.sitaddons;
import org.bukkit.Bukkit;
@@ -15,10 +11,6 @@ import org.bukkit.event.player.PlayerPickupItemEvent;
import com.cnaude.chairs.core.Chairs;
/**
*
* @author cnaude
*/
public class ChairEffects {
private Chairs plugin;