From: gumartinm Date: Wed, 9 Nov 2011 15:24:21 +0000 (+0100) Subject: Fixing wrong comment X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=f498bbde1f79058890aec0da91228bb9bb5e3f9f;p=JavaForFun Fixing wrong comment --- diff --git a/Allgemeines/src/printer/helper/PrinterHelper.java b/Allgemeines/src/printer/helper/PrinterHelper.java index 2606a01..6e085ca 100644 --- a/Allgemeines/src/printer/helper/PrinterHelper.java +++ b/Allgemeines/src/printer/helper/PrinterHelper.java @@ -38,7 +38,7 @@ import java.util.ListIterator; *

*

* So this Helper is intended to store methods which do not fit into the Logical layer because - * they make this layer not just JPOS dependent but completely device-dependent. All of this bacuse + * they make this layer not just JPOS dependent but completely device-dependent. All of this because * of the wrapper classes lack the required methods for these kinds of operations. *

*

@@ -268,7 +268,6 @@ public final class PrinterHelper { try { for (String line : contents ) { - //FileWriter always assumes default encoding is OK! output.println(line); } }