X-Git-Url: https://git.hedgecode.org/?p=chesshog.git;a=blobdiff_plain;f=chesshog-qrcode%2Fsrc%2Fmain%2Fjava%2Forg%2Fhedgecode%2Fchess%2Fqrcode%2FChessQRCodeConstants.java;fp=chesshog-qrcode%2Fsrc%2Fmain%2Fjava%2Forg%2Fhedgecode%2Fchess%2FChessQRCodeConstants.java;h=b208100a4f2b9819cb2b1a4c87499d3779d003df;hp=396f0a51b603c977a429a8c007b6412f41af2369;hb=6f233e90e111f983e0ef401697859bb677bc0929;hpb=0b24d5b71c19ba38060297084ad39685f76a8539 diff --git a/chesshog-qrcode/src/main/java/org/hedgecode/chess/ChessQRCodeConstants.java b/chesshog-qrcode/src/main/java/org/hedgecode/chess/qrcode/ChessQRCodeConstants.java similarity index 90% rename from chesshog-qrcode/src/main/java/org/hedgecode/chess/ChessQRCodeConstants.java rename to chesshog-qrcode/src/main/java/org/hedgecode/chess/qrcode/ChessQRCodeConstants.java index 396f0a5..b208100 100644 --- a/chesshog-qrcode/src/main/java/org/hedgecode/chess/ChessQRCodeConstants.java +++ b/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!" ); }