DATACMNS-558 - Some code cleanups according to the Sonar report.
This commit is contained in:
@@ -74,7 +74,7 @@ public class SliceImpl<T> extends Chunk<T> {
|
||||
contentType = content.get(0).getClass().getName();
|
||||
}
|
||||
|
||||
return String.format("Slice %s of %d containing %s instances", getNumber(), contentType);
|
||||
return String.format("Slice %d containing %s instances", getNumber(), contentType);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user