Remove new-line in query
This commit is contained in:
parent
2cacdbae34
commit
09009c352b
@ -44,7 +44,7 @@ public class ReportRepository extends MinecraftRepository
|
||||
private static final String SET_REPORT_HANDLER = "REPLACE INTO reportHandlers (reportId, handlerId)" +
|
||||
" VALUES (?, ?);";
|
||||
|
||||
private static final String SET_REPORT_RESULT = "REPLACE INTO reportResults (reportId, resultId, reason, closedTime)\n" +
|
||||
private static final String SET_REPORT_RESULT = "REPLACE INTO reportResults (reportId, resultId, reason, closedTime)" +
|
||||
" VALUES (?, ?, ?, ?);";
|
||||
|
||||
private static final String GET_REPORT = "SELECT * FROM reports" +
|
||||
|
Loading…
Reference in New Issue
Block a user