[Fix] log4j2.xml 修复HttpClient日志输出过多的问题;

[Change] PixivURL 将PixivURL设计为不可继承且不可实例化;
This commit is contained in:
2020-06-18 09:01:16 +08:00
parent 26fd18917d
commit c4ce18d37a
2 changed files with 4 additions and 2 deletions

View File

@ -10,8 +10,9 @@ import java.util.GregorianCalendar;
* 目前已整理的一些Pixiv接口列表
*/
@SuppressWarnings("unused")
public class PixivURL {
public final class PixivURL {
private PixivURL() {}
public final static String PIXIV_INDEX_URL = "https://www.pixiv.net";