diff --git a/src/java/org/apache/poi/hssf/dev/BiffViewer.java b/src/java/org/apache/poi/hssf/dev/BiffViewer.java index f37bec764..754c1011a 100644 --- a/src/java/org/apache/poi/hssf/dev/BiffViewer.java +++ b/src/java/org/apache/poi/hssf/dev/BiffViewer.java @@ -614,22 +614,22 @@ public class BiffViewer { /** - * Method main with 1 argument just run straight biffview against given - * file

+ * Method main with 1 argument just run straight biffview against given + * file

* - * with 2 arguments where the second argument is "on" - run biffviewer

+ * with 2 arguments where the second argument is "on" - run biffviewer

* - * with hex dumps of records

+ * with hex dumps of records

* - * with 2 arguments where the second argument is "bfd" just run a big fat - * hex dump of the file...don't worry about biffviewing it at all + * with 2 arguments where the second argument is "bfd" just run a big fat + * hex dump of the file...don't worry about biffviewing it at all + *

+ * Define the system property poi.deserialize.escher to turn on + * deserialization of escher records. * - *@param args */ - public static void main(String[] args) { try { - System.setProperty("poi.deserialize.escher", "true"); BiffViewer viewer = new BiffViewer(args); if ((args.length > 1) && args[1].equals("on")) {