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

質問編集履歴

1

コードの変更

2015/05/20 06:03

投稿

Sfidante
Sfidante

スコア90

title CHANGED
File without changes
body CHANGED
@@ -22,7 +22,6 @@
22
22
  while (rs.next()) {
23
23
  MessageBeans beans = new MessageBeans();
24
24
  beans.setPairID1(rs.getString("mess.pairID1"));
25
- beans.setPairID2(rs.getString("mess.pairID2"));
26
25
  ll.add(beans);
27
26
  }
28
27
  return ll;