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

Modifications P4a

parent 5446f5db
Branches
No related merge requests found
......@@ -7,8 +7,7 @@ import defaultpackage.Structure;
public class LinkedListC implements Structure
{
private LinkedList<Integer> linkedList;
protected LinkedList<Integer> linkedList;
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