Update the package name in the compiler.

This commit is contained in:
Kristian S. Stangeland 2012-09-27 05:28:52 +02:00
parent ea823e58f7
commit 0004fb530d
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public final class StructureCompiler {
private ClassLoader loader;
// References to other classes
private static String PACKAGE_NAME = "com/comphenix/protocol/compiler";
private static String PACKAGE_NAME = "com/comphenix/protocol/reflect/compiler";
private static String SUPER_CLASS = "com/comphenix/protocol/reflect/StructureModifier";
private static String COMPILED_CLASS = PACKAGE_NAME + "/CompiledStructureModifier";