回答編集履歴

1

修正(static finalを消す)

2015/07/25 01:47

投稿

f_acid
f_acid

スコア56

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  public class Atom{
10
10
 
11
- private static final int number;
11
+ private int number;
12
12
 
13
13
  Atom(int number){
14
14