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:
36a8265
)
TP2: Code cleanup.
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 5 Mar 2018 09:21:01 +0000
(10:21 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 5 Mar 2018 09:21:01 +0000
(10:21 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TP2/Image.java
patch
|
blob
|
blame
|
history
diff --git
a/TP2/Image.java
b/TP2/Image.java
index d508e75d4fc647d58f38bfa97432a46c8d29c4ff..61dd27014c7c9888cf9418a65a1648fad963623b 100644
(file)
--- a/
TP2/Image.java
+++ b/
TP2/Image.java
@@
-1,6
+1,8
@@
import java.util.Comparator;
-public class Image extends Forme implements Compactable, Comparable<Image>, Comparator<Image> {
+public class Image extends Forme implements Compactable,
+ Comparable<Image>,
+ Comparator<Image> {
final int IMAGE_MAX_SIZE = 100;
Forme[] formeCollection;
int formeNumber;