X-Git-Url: https://git.hedgecode.org/?a=blobdiff_plain;f=chesshog-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fhedgecode%2Fchess%2FChessHogConstants.java;fp=chesshog-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fhedgecode%2Fchess%2FChessHogConstants.java;h=9756c2cc25e9c319d393a4ad01617783316f5b27;hb=13a027eed48a028caa176bd5c30d703f26d634e7;hp=f4652911c8d11e846f538cd83ccfad1ac013042b;hpb=7d407df69653171ea619c60415c16c21b735bd85;p=chesshog.git diff --git a/chesshog-core/src/main/java/org/hedgecode/chess/ChessHogConstants.java b/chesshog-core/src/main/java/org/hedgecode/chess/ChessHogConstants.java index f465291..9756c2c 100644 --- a/chesshog-core/src/main/java/org/hedgecode/chess/ChessHogConstants.java +++ b/chesshog-core/src/main/java/org/hedgecode/chess/ChessHogConstants.java @@ -33,7 +33,7 @@ public final class ChessHogConstants { private ChessHogConstants() { throw new AssertionError( - "No org.hedgecode.chess.ChessHogConstants instances!" + String.format("No %s instances!", getClass().getName()) ); }