Skip to content
Snippets Groups Projects
Commit c78be5d8 authored by Heyd's avatar Heyd
Browse files

Modifications P4a

parent 5446f5db
No related merge requests found
...@@ -7,8 +7,7 @@ import defaultpackage.Structure; ...@@ -7,8 +7,7 @@ import defaultpackage.Structure;
public class LinkedListC implements Structure public class LinkedListC implements Structure
{ {
protected LinkedList<Integer> linkedList;
private LinkedList<Integer> linkedList;
public LinkedListC(int nbValue) public LinkedListC(int nbValue)
{ {
......
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment