It's not my class, seriously, no need to warn me

This commit is contained in:
Acrobot 2013-02-07 14:15:09 +01:00
parent 49b6621b30
commit f13ce3ac37
2 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,7 @@ package com.Acrobot.Breeze.Utils.Encoding;
* @author rob@iharder.net
* @version 2.3.7
*/
@SuppressWarnings("ALL")
public class Base64 {
/* ******** P U B L I C F I E L D S ******** */

View File

@ -0,0 +1,7 @@
package com.Acrobot.ChestShop.Listeners;
/**
* @author Acrobot
*/
public class TeleportFixListener {
}