mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-04 06:17:26 +00:00
[Fix] log4j2.xml 修复HttpClient日志输出过多的问题;
[Change] PixivURL 将PixivURL设计为不可继承且不可实例化;
This commit is contained in:
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user