全てを再実装したJdbcAcsessです。
Revision | 43a54fa1463a0602170ad6d2921aef7e4d0566f6 (tree) |
---|---|
Time | 2012-02-13 22:04:37 |
Author | shimakazuro |
Commiter | shimakazuro |
なんかわからん
@@ -615,7 +615,7 @@ | ||
615 | 615 | view.getJTableConnect().getRowSorter().toggleSortOrder(0); |
616 | 616 | |
617 | 617 | // GUIのコンポーネント属性を復元 |
618 | - final ConfigViewConnect[] c = config.getEntityManager().find(ConnectView.ConfigViewConnect.class); | |
618 | + ConfigViewConnect[] c = config.getEntityManager().find(ConnectView.ConfigViewConnect.class); | |
619 | 619 | if (c.length != 0) { |
620 | 620 | view.setViewConnect(c[0]); |
621 | 621 | } |