ImSejin / lezhin-comics-downloader

📥 Downloader for lezhin comics
https://www.lezhin.com
Apache License 2.0
57 stars 4 forks source link

Unused format argument #188

Closed ImSejin closed 1 year ago

ImSejin commented 1 year ago
if (imageCount == null) {
    throw new ImageCountNotFoundException("Failed to get image count of episode[{}]: imageCountMap={}",
            episode, this.imageCountMap);
}

Replace {} with %s.

ImSejin commented 1 year ago

Solved at e14014af