2324252627282930313233
} sb.append("<HR>"); for (Iterator i = codeAttr.getOperations().iterator(); i.hasNext();) { Operation oper = (Operation) i.next(); sb.append(" " + oper.asString()).append("<BR>"); } sb.append("</html>"); description = sb.toString();