X-Git-Url: https://git.hedgecode.org/?a=blobdiff_plain;f=chesshog-qrcode%2Fsrc%2Fmain%2Fjava%2Forg%2Fhedgecode%2Fchess%2Fqrcode%2Fzip%2FZipContentUtils.java;h=a3c9f5c782fd3898c1d558c05fcb1e63f93441e3;hb=13a027eed48a028caa176bd5c30d703f26d634e7;hp=dfd79019181637a92421e605035069d5b3f72e86;hpb=6f233e90e111f983e0ef401697859bb677bc0929;p=chesshog.git diff --git a/chesshog-qrcode/src/main/java/org/hedgecode/chess/qrcode/zip/ZipContentUtils.java b/chesshog-qrcode/src/main/java/org/hedgecode/chess/qrcode/zip/ZipContentUtils.java index dfd7901..a3c9f5c 100644 --- a/chesshog-qrcode/src/main/java/org/hedgecode/chess/qrcode/zip/ZipContentUtils.java +++ b/chesshog-qrcode/src/main/java/org/hedgecode/chess/qrcode/zip/ZipContentUtils.java @@ -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()) ); }