From 13222aa55102e860211c05a46b530ee6baa09c4c Mon Sep 17 00:00:00 2001 From: Carl Timmer Date: Thu, 26 Oct 2017 10:49:40 -0400 Subject: [PATCH] javadoc --- java/org/jlab/coda/hipo/Reader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/jlab/coda/hipo/Reader.java b/java/org/jlab/coda/hipo/Reader.java index bc65b08e3..9a8ccbaf5 100644 --- a/java/org/jlab/coda/hipo/Reader.java +++ b/java/org/jlab/coda/hipo/Reader.java @@ -282,7 +282,7 @@ private void scanFileOrig(){ /** * Scans the file to index all the record positions. * It takes advantage of any existing indexes in file. - * @param force if true, force a file scan even except if trailer has index info. + * @param force if true, force a file scan even except if header has index info. */ private void scanFile(boolean force) {