回答編集履歴

1

修正

2016/05/25 02:01

投稿

kaputaros
kaputaros

スコア1844

test CHANGED
@@ -1,10 +1,16 @@
1
+ `Chat1`クラスの
2
+
1
3
  > Date data = new Date();
2
4
 
3
5
  > String date = request.getParameter( "" );
4
6
 
5
7
 
6
8
 
9
+ > if ( title != "" && body != "" && title != null && body != null ) {
10
+
7
- > CDC.addContribution( new Contribution( id, title, body, date ) );
11
+ > CDC.addContribution( new Contribution( id, title, body, date ) );
12
+
13
+ > }
8
14
 
9
15
 
10
16