spotless
This commit is contained in:
parent
72a837cb10
commit
b1eb4ca046
|
@ -57,7 +57,8 @@ public class DeleteExpungeSvcImpl implements IDeleteExpungeSvc<JpaPid> {
|
||||||
List<String> sqlList = sqlResult.getSqlStatements();
|
List<String> sqlList = sqlResult.getSqlStatements();
|
||||||
|
|
||||||
String formattedChunkIdForLogMessage = "";
|
String formattedChunkIdForLogMessage = "";
|
||||||
if (theWorkChunk instanceof WorkChunk && !((WorkChunk) theWorkChunk).getId().isBlank()) {
|
if (theWorkChunk instanceof WorkChunk
|
||||||
|
&& !((WorkChunk) theWorkChunk).getId().isBlank()) {
|
||||||
formattedChunkIdForLogMessage = "Chunk[" + ((WorkChunk) theWorkChunk).getId() + "] - ";
|
formattedChunkIdForLogMessage = "Chunk[" + ((WorkChunk) theWorkChunk).getId() + "] - ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue