Skip to content

Commit 384aef5

Browse files
committed
fix
1 parent c88a21a commit 384aef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common-tools/clas-detector/src/main/java/org/jlab/detector/decode/TranslationTable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import org.jlab.detector.calib.utils.ConstantsManager;
77

88
/**
9-
* A global, CCDB/IndexedTable, DAQ translation table. Technically, just an IndexedTable
10-
* assuming the format (c/s/c/s/l/c/o) and appended by a DetectorType column.
9+
* An IndexedTable assuming the standard, /daq/tt CCDB format (c/s/c/s/l/c/o),
10+
* appended by a DetectorType column. A global CCDB translation table.
1111
*
1212
* @author baltzell
1313
*/

0 commit comments

Comments
 (0)