DATACMNS-558 - Some code cleanups according to the Sonar report.

This commit is contained in:
Oliver Gierke
2014-08-09 11:55:46 +02:00
parent 756c951112
commit 3660676338
15 changed files with 60 additions and 55 deletions

View File

@@ -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);
}
/*