protected
This commit is contained in:
parent
b1e26cc5da
commit
ebab0bd1fd
@ -40,6 +40,6 @@ public class SimpleList{
|
||||
}
|
||||
}
|
||||
|
||||
private Node node;
|
||||
private int len;
|
||||
protected Node node;
|
||||
protected int len;
|
||||
}
|
Loading…
Reference in New Issue
Block a user