mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 12:05:52 +01:00
Suppress non fixable SonarQube issue
This commit is contained in:
@@ -232,6 +232,7 @@ public final class SvnUtil
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@SuppressWarnings("java:S1149") // we can not use StringBuild SVNXMLUtil requires StringBuffer
|
||||
public static String createErrorBody(SVNErrorCode errorCode)
|
||||
{
|
||||
StringBuffer xmlBuffer = new StringBuffer();
|
||||
|
||||
Reference in New Issue
Block a user