This commit is contained in:
oowekyala
2017-06-20 14:02:06 +02:00
parent 471c31e16d
commit f6bebb660e

View File

@@ -16,7 +16,7 @@ public enum OperationMetricKey implements MetricKey<OperationMetric> {
/** Access to Foreign Data. */ // TODO:cf add short description here for javadoc hints
ATFD(new AtfdMetric()),
/** Cyclometric complexity. */
/** Cyclomatic complexity. */
CYCLO(new CycloMetric()),
/** Non Commenting Source Statements. */
NCSS(new NcssMetric()),