Fixing wrong comment
authorgumartinm <gu.martinm@gmail.com>
Wed, 9 Nov 2011 15:24:21 +0000 (16:24 +0100)
committergumartinm <gu.martinm@gmail.com>
Wed, 9 Nov 2011 15:24:21 +0000 (16:24 +0100)
Allgemeines/src/printer/helper/PrinterHelper.java

index 2606a01..6e085ca 100644 (file)
@@ -38,7 +38,7 @@ import java.util.ListIterator;
  * </p>
  * <p>
  *      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.
  * </p>
  * <p>
@@ -268,7 +268,6 @@ public final class PrinterHelper {
                try {
                        for (String line : contents )
                        {
-                               //FileWriter always assumes default encoding is OK!
                                output.println(line);
                        }
                }