diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-01-22 18:26:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-01-22 18:26:38 +0100 |
commit | 443bcd2592429fc709e13676c36d3f928beaad7a (patch) | |
tree | 6b4f276976ad22258983203bf8dffeafba50f1c7 /src/datastructures/linkedlists/DoublyLinkedList.java | |
parent | a public constructore for linked list nodes a level of flexibility to the data structures (diff) | |
download | algorithms-and-data-structures-443bcd2592429fc709e13676c36d3f928beaad7a.tar.gz algorithms-and-data-structures-443bcd2592429fc709e13676c36d3f928beaad7a.tar.bz2 algorithms-and-data-structures-443bcd2592429fc709e13676c36d3f928beaad7a.tar.xz |
no hardcoding of gpp command
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/datastructures/linkedlists/DoublyLinkedList.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastructures/linkedlists/DoublyLinkedList.java b/src/datastructures/linkedlists/DoublyLinkedList.java index c84172c..3500e82 100644 --- a/src/datastructures/linkedlists/DoublyLinkedList.java +++ b/src/datastructures/linkedlists/DoublyLinkedList.java @@ -36,5 +36,5 @@ package datastructures.linkedlists; */ public class DoublyLinkedList<T> £>export with_head=1 with_tail=1 with_prev=1 -£>gpp -s £ < src/datastructures/linkedlists/template | sed -e '/^[/ ]\*/d' +£>$GPP -s £ < src/datastructures/linkedlists/template | sed -e '/^[/ ]\*/d' |