repositories
/
TP_POO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a259e
)
Add a class premable.
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 4 May 2018 09:43:03 +0000
(11:43 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 4 May 2018 09:43:03 +0000
(11:43 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TP2/Node.java
patch
|
blob
|
blame
|
history
diff --git
a/TP2/Node.java
b/TP2/Node.java
index 782b7195670636b814a8c9be7b00112fbb389524..c2dc3101dda1265ee3f260cabc4d62ae38698abf 100644
(file)
--- a/
TP2/Node.java
+++ b/
TP2/Node.java
@@
-1,3
+1,7
@@
+@ClassPreamble (
+ author = "Jérôme Benoit",
+ date = "09/11/2012"
+)
public class Node<T> {
private T data;
private Node<T> next;