This repository was archived by the owner on Dec 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/net/javadiscord/javabot2 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,5 +94,9 @@ See https://checkstyle.org/ for more information.
9494 <module name =" GenericWhitespace" />
9595 <module name =" MethodParamPad" />
9696 <module name =" TypecastParenPad" />
97+ <module name =" RedundantImport" />
98+ <module name =" UnusedImports" >
99+ <property name =" processJavadoc" value =" false" />
100+ </module >
97101 </module >
98102</module >
Original file line number Diff line number Diff line change 33import com .mongodb .MongoClient ;
44import com .mongodb .MongoClientURI ;
55import com .mongodb .client .MongoDatabase ;
6- import com .mongodb .client .model .IndexModel ;
76import com .mongodb .client .model .IndexOptions ;
87import com .mongodb .client .model .Indexes ;
98import com .zaxxer .hikari .HikariConfig ;
109import com .zaxxer .hikari .HikariDataSource ;
1110import net .javadiscord .javabot2 .command .SlashCommandListener ;
1211import net .javadiscord .javabot2 .config .BotConfig ;
13- import org .bson .BsonString ;
14- import org .bson .Document ;
1512import org .javacord .api .DiscordApi ;
1613import org .javacord .api .DiscordApiBuilder ;
1714import org .javacord .api .entity .intent .Intent ;
1815
1916import java .nio .file .Path ;
20- import java .util .List ;
2117import java .util .concurrent .Executors ;
2218import java .util .concurrent .ScheduledExecutorService ;
2319
You can’t perform that action at this time.
0 commit comments