Skip to content
Snippets Groups Projects
Commit 3121841f authored by Daniela Genius's avatar Daniela Genius
Browse files

repaired minor XML save problem

parent ef51a4be
No related branches found
No related tags found
1 merge request!72Syscams
......@@ -305,7 +305,7 @@ public class ADDCrossbarNode extends ADDCommunicationNode implements WithAttribu
//sb.append(" nbOfAttachedInitiators=\"" + nbOfAttachedInitiators + "\" ");
//sb.append(" nbOfAttachedTargets=\"" + nbOfAttachedTargets + "\" ");
sb.append(" cluster_index=\"" + cluster_index + "\" ");
sb.append("<attributes cluster_index=\"" + cluster_index + "\" ");
sb.append(" cluster_address=\"" + cluster_address + "\" ");
sb.append("/>\n");
sb.append("</extraparam>\n");
......
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