GitBucket
Toggle navigation
Sign in
Files
Branches
4
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
nitta-lab-2018
/
CactusServer
Save
Cancel
Instanceクラスの持つBulletに関するマップのgetterに@JSONHint(ignore=true)を追加.
#131
Merged
y-ota
merged 1 commit into
nitta-lab-2018:master
from
nitta-lab-2018:ignore
on 12 Oct 2018
Conversation
0
Commits
1
Files Changed
1
Patch
Unified
Split
Showing
1 changed file
+1
-0
■
■■■■
src/main/java/cactusServer/entities/Instance.java
Ignore Space
Show notes
View
1
■
■■■■
src/main/java/cactusServer/entities/Instance.java
public
Character
getCharacter
(
String
characterId
)
{
return
characterMap
.
get
(
characterId
);
}
@JSONHint
(
ignore
=
true
)
public
HashMap
<
String
,
HashMap
<
String
,
Bullet
>>
getBullets
()
{
return
bulletMap
;
}
r-isitani
commented
on 12 Oct 2018
確認をお願いします.
y-ota
referenced the pull request
on 12 Oct 2018
了解しました。
y-ota
merged commit
0d2fed4
into
master
from
ignore
on 12 Oct 2018
y-ota
closed this pull request
on 12 Oct 2018
確認をお願いします.
了解しました。
0d2fed4
intomaster
fromignore
on 12 Oct 2018