mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 22:46:49 +00:00
[improvement] supersonic adapt checkstyle (#451)
This commit is contained in:
@@ -299,7 +299,6 @@ public class ConfigureDemo implements ApplicationListener<ApplicationReadyEvent>
|
||||
return chatDetailConfig;
|
||||
}
|
||||
|
||||
|
||||
public void addDemoChatConfig_6() {
|
||||
ChatConfigBaseReq chatConfigBaseReq = new ChatConfigBaseReq();
|
||||
chatConfigBaseReq.setModelId(6L);
|
||||
@@ -375,7 +374,6 @@ public class ConfigureDemo implements ApplicationListener<ApplicationReadyEvent>
|
||||
configService.addConfig(chatConfigBaseReq, user);
|
||||
}
|
||||
|
||||
|
||||
private void addPlugin_1() {
|
||||
Plugin plugin1 = new Plugin();
|
||||
plugin1.setType("WEB_PAGE");
|
||||
@@ -502,5 +500,4 @@ public class ConfigureDemo implements ApplicationListener<ApplicationReadyEvent>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -147,7 +147,6 @@ public class DataUtils {
|
||||
return dimensionFilterExist;
|
||||
}
|
||||
|
||||
|
||||
public static Agent getAgent() {
|
||||
Agent agent = new Agent();
|
||||
agent.setId(1);
|
||||
|
||||
Reference in New Issue
Block a user