Skip to content

Commit f149bc9

Browse files
committed
Added final modifier
Potential performance boost (inline)
1 parent d0ea513 commit f149bc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/javadiscord/javabot/events/Startup.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
public class Startup extends ListenerAdapter {
2424

25-
public static String iae = "https://cdn.discordapp.com/attachments/838019016395063328/838019031628906496/IllegalArgumentException.png";
26-
public static String mfurle = "https://cdn.discordapp.com/attachments/838020992882049025/838021012871315486/MalformedURLException.png";
25+
public static final String iae = "https://cdn.discordapp.com/attachments/838019016395063328/838019031628906496/IllegalArgumentException.png";
26+
public static final String mfurle = "https://cdn.discordapp.com/attachments/838020992882049025/838021012871315486/MalformedURLException.png";
2727

2828
public static MongoClient mongoClient;
2929
public static Guild preferredGuild;

0 commit comments

Comments
 (0)