[LIB-9] Move builder and parser interfaces from core to format module
[chesshog.git] / chesshog-format / src / test / java / org / hedgecode / chess / wiki / WikiBuilderTest.java
index 236a4ea..9cdc700 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018-2019. Developed by Hedgecode.
+ * Copyright (c) 2018-2020. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.JUnit4;
 
 import org.hedgecode.chess.AbstractPositionTest;
-import org.hedgecode.chess.position.Builder;
+import org.hedgecode.chess.Builder;
 import org.hedgecode.chess.position.Position;
 
 /**