TF-EssentialsX/Essentials/test/com/earth2me/essentials/PermissionsTest.java

18 lines
222 B
Java
Raw Normal View History

package com.earth2me.essentials;
import junit.framework.TestCase;
public class PermissionsTest extends TestCase
{
@Override
protected void setUp() throws Exception
{
super.setUp();
}
public void test()
{
}
}