teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

drfr

2016/11/18 18:13

投稿

earnest_gay
earnest_gay

スコア615

title CHANGED
File without changes
body CHANGED
@@ -136,4 +136,14 @@
136
136
 
137
137
  ```
138
138
 
139
- ![イメージ説明](2b21c0279168b203a931987e591e481f.png)
139
+ ![イメージ説明](2b21c0279168b203a931987e591e481f.png)
140
+
141
+
142
+
143
+
144
+
145
+ *****************
146
+
147
+ 追記
148
+
149
+ ![イメージ説明](105b4c080eea11c0371c989f4f9740da.png)

1

dcえ

2016/11/18 18:13

投稿

earnest_gay
earnest_gay

スコア615

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;