]> git.mxchange.org Git - jcustomer-core.git/commitdiff
no shortening, makes code more unclear
authorRoland Häder <roland@mxchange.org>
Wed, 25 May 2016 10:22:20 +0000 (12:22 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 25 May 2016 10:22:20 +0000 (12:22 +0200)
src/org/mxchange/jcustomercore/utils/CustomerUtils.java

index 1681d8a5d49f5f879a5951832d22d76e0a98ba56..1d24c0b30eb1c72876731e13dffd47a7e8a1d153 100644 (file)
@@ -66,7 +66,7 @@ public class CustomerUtils {
                // Calculate total blockas
                long totalBlocks = Math.round(totalLength / (blockSize - 1) - 0.5) - 1;
 
-               // Generate CN
+               // Generate customer number
                for (int i = 0; i < totalBlocks; i++) {
                        // Fill it up with leading zeros and append it + separator character
                        customerNumber.append(genrateBlock(blockSize)).append(separator);