Ref: add more PMD rule: bestpractices.xml/OneDeclarationPerLine
This commit is contained in:
@@ -122,7 +122,8 @@ import lombok.Data;
|
||||
* @return string formatted with SheepIt Admin Log Viewer in mind
|
||||
*/
|
||||
public String toString() {
|
||||
String c = " CFG: ", n ="\n";
|
||||
String c = " CFG: ";
|
||||
String n ="\n";
|
||||
return
|
||||
c + "version: " + getJarVersion() + n +
|
||||
c + "configFilePath: " + configFilePath + n +
|
||||
|
||||
Reference in New Issue
Block a user