[LIB-9] Environment and persistence functionality
[chesshog.git] / chesshog-db-etude / src / main / java / org / hedgecode / chess / EtudeUtils.java
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.hedgecode.chess.service;
+package org.hedgecode.chess;
 
 import java.math.BigInteger;
 import java.util.Arrays;
@@ -165,7 +165,7 @@ public final class EtudeUtils {
 
     private EtudeUtils() {
         throw new AssertionError(
-                "No org.hedgecode.chess.service.EtudeUtils instances!"
+                "No org.hedgecode.chess.EtudeUtils instances!"
         );
     }