Skip to content
Snippets Groups Projects
Commit cd6ac2d3 authored by Lars Johansson's avatar Lars Johansson
Browse files

Update documentation and report about Naming

parent b40f9f28
No related branches found
Tags 2.9.4
No related merge requests found
Pipeline #121621 passed
No preview for this file type
No preview for this file type
...@@ -438,10 +438,10 @@ public class ReportController { ...@@ -438,10 +438,10 @@ public class ReportController {
// # names with system structure only - system group, system, system + subsystem // # names with system structure only - system group, system, system + subsystem
sb.append("ESS Name " + metricsEssName).append(NEWLINE); sb.append("ESS Name " + metricsEssName).append(NEWLINE);
sb.append(DIVIDER_64).append(NEWLINE); sb.append(DIVIDER_64).append(NEWLINE);
sb.append("ESS Name (System structure) " + metricsEssNameSystemstructure).append(NEWLINE); sb.append("System structure " + metricsEssNameSystemstructure).append(NEWLINE);
sb.append("ESS Name (System structure + Device structure) " + metricsEssNameSystemstructureDevicestructure).append(NEWLINE); sb.append("System structure + Device structure " + metricsEssNameSystemstructureDevicestructure).append(NEWLINE);
sb.append("ESS Name (System structure + Device structure + Index) " + metricsEssNameSystemstructureDevicestructureIndex).append(NEWLINE); sb.append("System structure + Device structure + Index " + metricsEssNameSystemstructureDevicestructureIndex).append(NEWLINE);
sb.append("ESS Name (Other) " + metricsEssNameOther).append(NEWLINE); sb.append("Other " + metricsEssNameOther).append(NEWLINE);
sb.append(DIVIDER_96).append(NEWLINE); sb.append(DIVIDER_96).append(NEWLINE);
sb.append("3) # entries - System structure").append(NEWLINE); sb.append("3) # entries - System structure").append(NEWLINE);
sb.append(DIVIDER_96).append(NEWLINE); sb.append(DIVIDER_96).append(NEWLINE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment