Sonarqube fixes
This commit is contained in:
@@ -272,7 +272,7 @@ public class Columnar{
|
||||
|
||||
//Save and return the output
|
||||
outputString = output.toString();
|
||||
logger.debug("Output string '{}'", output.toString());
|
||||
logger.debug("Output string '{}'", outputString);
|
||||
}
|
||||
protected void createOutputStringFromRows(){
|
||||
logger.debug("Creating output string for decoding");
|
||||
|
||||
@@ -193,8 +193,9 @@ public class Hill{
|
||||
}
|
||||
}
|
||||
|
||||
logger.debug("Polished string '{}'", outputBuilder.toString());
|
||||
return outputBuilder.toString();
|
||||
String cleanString = outputBuilder.toString();
|
||||
logger.debug("Polished string '{}'", cleanString);
|
||||
return cleanString;
|
||||
}
|
||||
protected ArrayList<ModMatrix> getInputVectors(){
|
||||
logger.debug("Generating input vectors");
|
||||
|
||||
Reference in New Issue
Block a user