Skip to content
Snippets Groups Projects
Commit ea26d06f authored by Julien Dubocage's avatar Julien Dubocage
Browse files

reglage du conflit git

parent b17f0839
Branches
Tags
No related merge requests found
...@@ -8,11 +8,7 @@ public class ArrayListStd<E> extends ArrayList<E> implements Structure{ ...@@ -8,11 +8,7 @@ public class ArrayListStd<E> extends ArrayList<E> implements Structure{
public ArrayListStd() public ArrayListStd()
{ {
<<<<<<< HEAD
liste = new ArrayListStd<E>();
=======
liste = new ArrayList<E>(); liste = new ArrayList<E>();
>>>>>>> b0eb80a19a87220e9305a3913f8b3e966756c014
} }
@Override @Override
......
...@@ -8,11 +8,7 @@ private LinkedList<E> liste; ...@@ -8,11 +8,7 @@ private LinkedList<E> liste;
public LinkedListStd() public LinkedListStd()
{ {
<<<<<<< HEAD
liste = new LinkedListStd<E>();
=======
liste = new LinkedList<E>(); liste = new LinkedList<E>();
>>>>>>> b0eb80a19a87220e9305a3913f8b3e966756c014
} }
@Override @Override
......
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