X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fload%2FFileCacher.java;h=63c8b24eacfd5a4d9354e35f48a99f6794d9a8a4;hp=ad0f0efb9088855696c898178bee335f25bfadaf;hb=da0b1f449260a0b4a94318006382a9039726ef3e;hpb=5625a1abadb5f2ca5f017fe7dbda1d5141cb637b diff --git a/tim/prune/load/FileCacher.java b/tim/prune/load/FileCacher.java index ad0f0ef..63c8b24 100644 --- a/tim/prune/load/FileCacher.java +++ b/tim/prune/load/FileCacher.java @@ -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)