forked from Javacord/Javacord
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate listener manager methods into own interfaces
- Loading branch information
Showing
29 changed files
with
786 additions
and
5,162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
<?xml version="1.0"?> | ||
|
||
<!DOCTYPE suppressions PUBLIC | ||
"-//Puppy Crawl//DTD Suppressions 1.1//EN" | ||
"http://checkstyle.sourceforge.net/dtds/suppressions_1_1.dtd"> | ||
"-//Puppy Crawl//DTD Suppressions 1.2//EN" | ||
"http://checkstyle.sourceforge.net/dtds/suppressions_1_2.dtd"> | ||
|
||
<suppressions> | ||
<suppress id="finalizer" files=".*[\\/]DiscordApiImpl.java$" /> | ||
<suppress checks="LineLength|CustomImportOrder|OverloadMethodsDeclarationOrder|Indentation" | ||
files="[\\/]build[\\/][^\\/]+[\\/]generated[\\/]" /> | ||
</suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.