This commit is contained in:
wumpz
2017-08-18 14:50:32 +02:00
parent 1107f43f36
commit 5d5218ba30

View File

@@ -146,7 +146,7 @@ public class DiffRowGenerator {
* ured ignoreBlankLines parameter
*/
public Builder columnWidth(int width) {
if (width > 0) {
if (width >= 0) {
columnWidth = width;
}
return this;