diff --git a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/domain/invoice/AbstractInvoice.java b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/domain/invoice/AbstractInvoice.java index 6b4be84f5..4a137384e 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/domain/invoice/AbstractInvoice.java +++ b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/domain/invoice/AbstractInvoice.java @@ -272,7 +272,7 @@ public abstract class AbstractInvoice { arialBold.setFontHeightInPoints((short) 14); arialBold.setBold(true); - // looping throw the total row, setting border styles and setting formula + // looping through the total row, setting border styles and setting formula for(int i = 0; i < 10; i++) { Cell cell = totalRow.createCell(i);