]> source.dussan.org Git - poi.git/commitdiff
Javadoc tweaks
authorNick Burch <nick@apache.org>
Sun, 10 Apr 2016 13:02:36 +0000 (13:02 +0000)
committerNick Burch <nick@apache.org>
Sun, 10 Apr 2016 13:02:36 +0000 (13:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738431 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/poifs/macros/VBAMacroExtractor.java
src/java/org/apache/poi/poifs/macros/VBAMacroReader.java

index cbcd3861e0621c856876ff103ddb9adda8acddd2..37b43d4f0619ceb28f0969f44e7b61b6755beed6 100644 (file)
@@ -27,8 +27,8 @@ import java.util.Map;
 import org.apache.poi.util.StringUtil;\r
 \r
 /**\r
- * This class extracts out the source of all VBA Modules of an office file,\r
- *  both OOXML and OLE2/POIFS, eg XLSM or DOC\r
+ * This tool extracts out the source of all VBA Modules of an office file,\r
+ *  both OOXML (eg XLSM) and OLE2/POIFS (eg DOC), to STDOUT or a directory.\r
  */\r
 public class VBAMacroExtractor {\r
     public static void main(String args[]) throws IOException {\r
index 0b8ebdda8682cdbb90495790ef3364c8a20fd5e1..1d59a4751cb0c077187246bbfcf7731549f82dfe 100644 (file)
@@ -42,7 +42,7 @@ import org.apache.poi.util.RLEDecompressingInputStream;
 \r
 /**\r
  * Finds all VBA Macros in an office file (OLE2/POIFS and OOXML/OPC),\r
- *  and returns them\r
+ *  and returns them.\r
  */\r
 public class VBAMacroReader implements Closeable {\r
     protected static final String VBA_PROJECT_OOXML = "xl/vbaProject.bin";\r