回答編集履歴

1

インデントの修正

2016/06/15 04:48

投稿

退会済みユーザー
test CHANGED
@@ -24,11 +24,11 @@
24
24
 
25
25
  if(j==2 && p1.matcher(columns[j]).matches()==false){
26
26
 
27
- System.out.println("任意番号がおかしい: "+column[j]);
27
+ System.out.println("任意番号がおかしい: "+column[j]);
28
28
 
29
29
  }else if(j==3 && p2.matcher(columns[j]).matches()==false){
30
30
 
31
- System.out.println("携帯番号がおかしい: "+column[j]);
31
+ System.out.println("携帯番号がおかしい: "+column[j]);
32
32
 
33
33
  }
34
34