Skip to content
Snippets Groups Projects
Commit c03f9c59 authored by Irina LEE's avatar Irina LEE
Browse files

fixed space (syscams)

parent 19806f22
No related branches found
No related tags found
1 merge request!72Syscams
......@@ -285,10 +285,10 @@ public class SysCAMSBlockDE extends TGCScalableWithInternalComponent implements
protected String translateExtraParam() {
StringBuffer sb = new StringBuffer("<extraparam>\n");
sb.append("<Attribute period=\"");
sb.append(getPeriod());
sb.append("\" time=\"" + getTime());
sb.append("\" />\n");
sb.append("<Attribute period=\"");
sb.append(getPeriod());
sb.append("\" time=\"" + getTime());
sb.append("\" />\n");
sb.append("</extraparam>\n");
return new String(sb);
}
......
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