0

code style

This commit is contained in:
2016-05-28 22:15:38 +03:00
parent 8dbc0625a1
commit 125e9fad34

View File

@@ -234,11 +234,11 @@ public class Main implements Runnable {
private boolean calcRecipients(Product product, ExcelDataRow data) {
int countFNS = 0,
countFSS = 0,
countRosstat = 0,
countPFR = 0,
countRosalco = 0,
countRPN = 0;
countFSS = 0,
countRosstat = 0,
countPFR = 0,
countRosalco = 0,
countRPN = 0;
for (Recipient recipient : product.recipients) {
switch (recipient.protocolId) {