NodeItem: hide package class - use Node interface only
This commit is contained in:
parent
427f0ac3b1
commit
cf6bc72717
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import java.util.function.Function;
|
||||||
*
|
*
|
||||||
* @author pcampbell
|
* @author pcampbell
|
||||||
*/
|
*/
|
||||||
public class NodeItem<T> implements Node<T> {
|
class NodeItem<T> implements Node<T> {
|
||||||
|
|
||||||
private T data;
|
private T data;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue