code style
This commit is contained in:
@@ -234,11 +234,11 @@ public class Main implements Runnable {
|
|||||||
|
|
||||||
private boolean calcRecipients(Product product, ExcelDataRow data) {
|
private boolean calcRecipients(Product product, ExcelDataRow data) {
|
||||||
int countFNS = 0,
|
int countFNS = 0,
|
||||||
countFSS = 0,
|
countFSS = 0,
|
||||||
countRosstat = 0,
|
countRosstat = 0,
|
||||||
countPFR = 0,
|
countPFR = 0,
|
||||||
countRosalco = 0,
|
countRosalco = 0,
|
||||||
countRPN = 0;
|
countRPN = 0;
|
||||||
|
|
||||||
for (Recipient recipient : product.recipients) {
|
for (Recipient recipient : product.recipients) {
|
||||||
switch (recipient.protocolId) {
|
switch (recipient.protocolId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user