Skip to content
Snippets Groups Projects
Commit 268e6368 authored by Dominique Blouin's avatar Dominique Blouin
Browse files

Code cleanup

parent 973f266a
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,7 @@ public class TCDTClass extends TGCWithInternalComponent implements TClassInterfa
((TGCAttributeBox)(tgcomponent[1])).checkMySize();
}
public void setAttributes(LinkedList<TAttribute> attributes) {
public void setAttributes(java.util.List<TAttribute> attributes) {
((TGCAttributeBox)(tgcomponent[0])).setAttributeList(attributes);
}
......
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