[LIB-9] AssertionError in utils and constants classes
[chesshog.git] / chesshog-qrcode / src / main / java / org / hedgecode / chess / qrcode / zip / ZipContentUtils.java
index dfd7901..a3c9f5c 100644 (file)
@@ -95,7 +95,7 @@ public class ZipContentUtils {
 
     private ZipContentUtils() {
         throw new AssertionError(
-                "No org.hedgecode.chess.qrcode.zip.ZipContentUtils instances!"
+                String.format("No %s instances!", getClass().getName())
         );
     }