質問編集履歴
2
drfr
title
CHANGED
File without changes
|
body
CHANGED
@@ -136,4 +136,14 @@
|
|
136
136
|
|
137
137
|
```
|
138
138
|
|
139
|
-

|
139
|
+

|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
*****************
|
146
|
+
|
147
|
+
追記
|
148
|
+
|
149
|
+

|
1
dcえ
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,7 +3,9 @@
|
|
3
3
|
以前質問したものを参考にしているのですが、、、
|
4
4
|
[https://teratail.com/questions/55604](https://teratail.com/questions/55604)
|
5
5
|
|
6
|
+
どこを修正すれば良いでしょうか?
|
6
7
|
|
8
|
+
|
7
9
|
```java
|
8
10
|
package com.example.macpro_n_goto.test20161113_gamennseni.databases;
|
9
11
|
|
@@ -20,6 +22,7 @@
|
|
20
22
|
public int manpukudo;
|
21
23
|
|
22
24
|
public TestOya(String name,int bir,int man){
|
25
|
+
TestOya(name,bir,man);
|
23
26
|
this.name = name;
|
24
27
|
this.birthday = bir;
|
25
28
|
this.manpukudo = man;
|