Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit e638e8f

Browse files
committed
Added suppression
1 parent 990d244 commit e638e8f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ktt/lib/httpserver/handler/FileEntry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public final byte[] getBytes(){
9797
//
9898

9999

100+
@SuppressWarnings("StringBufferReplaceableByString")
100101
@Override
101102
public String toString(){
102103
final StringBuilder OUT = new StringBuilder();

src/ktt/lib/httpserver/var/RequestMethod.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @version 01.00.00
88
* @author Ktt Development
99
*/
10+
@SuppressWarnings("SpellCheckingInspection")
1011
public enum RequestMethod {
1112
GET,
1213
HEAD,

0 commit comments

Comments
 (0)