GitBucket
Toggle navigation
Sign in
Files
Branches
4
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
nitta-lab-2018
/
CactusServer
Browse code
overrideを追記
InstancesRest3
collisionCorrection
master
1 parent
9e4fabb
commit
393b42c7a3cd7f69c882974feeb96ab7767a9c3a
y-ota
authored
on 28 Jun 2018
Patch
Unified
Split
Showing
1 changed file
+2
-2
■
■
■
■
■
src/main/java/cactusServer/utils/App.java
Ignore Space
Show notes
View
4
■
■
■
■
■
src/main/java/cactusServer/utils/App.java
Accounts
.
getInstance
().
createAcount
(
"aaa"
,
"bbb"
,
"c"
);
start
(
1000
);
System
.
out
.
println
(
"pass"
);
}
@Override
public
void
run
()
{
System
.
out
.
println
(
"タスクを実行"
);
}
Show line notes below