]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/load/FileCacher.java
Version 4, January 2008
[GpsPrune.git] / tim / prune / load / FileCacher.java
index ad0f0efb9088855696c898178bee335f25bfadaf..63c8b24eacfd5a4d9354e35f48a99f6794d9a8a4 100644 (file)
@@ -77,7 +77,8 @@ public class FileCacher
 
        /**
         * Get the top section of the file for preview
-        * @param inSize number of lines to extract
+        * @param inNumRows number of lines to extract
+        * @param inMaxWidth max length of Strings (longer ones will be chopped)
         * @return String array containing non-blank lines from the file
         */
        public String[] getSnippet(int inNumRows, int inMaxWidth)