Change Contents of the Bubble
View this PageEdit this PageUploads to this PageHistory of this PageHomeRecent ChangesSearchHelp Guide

New code

public class DrawableNode extends LLNode {
public DrawableNode next;

/Constructors/
public DrawableNode() {
super();
}
}
//Is this the right way to delete the repeated code from the parent class?