Skip to content
Snippets Groups Projects
Commit 56cecc93 authored by Joy Clark's avatar Joy Clark
Browse files

try again!!!

parent e6fe0271
No related branches found
No related tags found
No related merge requests found
...@@ -315,7 +315,7 @@ public abstract class Node extends PositionedNode implements Switchable, Cloneab ...@@ -315,7 +315,7 @@ public abstract class Node extends PositionedNode implements Switchable, Cloneab
for(T n : list) for(T n : list)
{ {
clone.add((Node) cloneNode(n)); clone.add(cloneNode((Node) n));
} }
return clone; return clone;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment