protected

This commit is contained in:
orange 2016-12-27 18:02:16 +01:00
parent b1e26cc5da
commit ebab0bd1fd
1 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,6 @@ public class SimpleList{
}
}
private Node node;
private int len;
protected Node node;
protected int len;
}