[LIB-9] Add ability to archive qrcode content
[chesshog.git] / chesshog-qrcode / src / main / java / org / hedgecode / chess / qrcode / ChessQRCodeConstants.java
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.hedgecode.chess;
+package org.hedgecode.chess.qrcode;
 
 import java.nio.charset.Charset;
 import java.nio.charset.StandardCharsets;
@@ -32,7 +32,7 @@ public final class ChessQRCodeConstants {
 
     private ChessQRCodeConstants() {
         throw new AssertionError(
-                "No org.hedgecode.chess.ChessQRCodeConstants instances!"
+                "No org.hedgecode.chess.qrcode.ChessQRCodeConstants instances!"
         );
     }