JS: address review comments

This commit is contained in:
Esben Sparre Andreasen
2019-09-09 10:31:40 +02:00
parent ec58ccc0ec
commit 2a22471975
2 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ public class ExtractionMetrics {
/** The label for the file that is being extracted. */
private Label fileLabel;
/** The number of characters in the file that is being extracted. */
/** The number of UTF16 code units in the file that is being extracted. */
private int length;
/** The previous time a CPU-time measure was performed. */