Skip to content

Commit ccaa07c

Browse files
committed
GitHub Issue 1086: Add metrics for some problematic special characters in fields
1 parent d166431 commit ccaa07c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

experiment/src/org/labkey/experiment/SpecialCharacterMetricsProvider.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
import java.util.HashMap;
2121
import java.util.Map;
2222

23-
/**
24-
* Caches special-character field metrics (GitHub Issue 1086) computed asynchronously by
25-
* {@link SpecialCharacterMetricsMaintenanceTask}. Following the {@link FileLinkMetricsProvider} pattern, the expensive
26-
* scan runs on the System Maintenance schedule and stores its result here in memory; the daily usage-metrics
27-
* collection just reads the cached value. The cache reverts to "Not run yet." on server restart until the task runs.
28-
*/
2923
public class SpecialCharacterMetricsProvider implements UsageMetricsProvider
3024
{
3125
public static final String METRIC_KEY = "specialCharacterFields";

0 commit comments

Comments
 (0)