From f498bbde1f79058890aec0da91228bb9bb5e3f9f Mon Sep 17 00:00:00 2001
From: gumartinm
* 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); } } -- 2.1.4