repo.or.cz
/
aco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
do not draw the gray spiderweb like every-city-to-every-city lines anymore since...
[aco.git]
/
EnvironmentShutdownHook.java
blob
e5825f3ce4c34f9d2f74fcb73b0b99844f9aab29
1
class
EnvironmentShutdownHook
extends
Thread
{
2
3
protected
Environment env
;
4
5
EnvironmentShutdownHook
(
Environment env
) {
6
this
.
env
=
env
;
7
}
8
9
public void
run
() {
10
System
.
out
.
println
(
env
);
11
}
12
}