OSDN Git Service

リファクタリング
[midichordhelper/MIDIChordHelper.git] / src / camidion / chordhelper / pianokeyboard / PianoKeyboard.java
index 9fe5fc4..e00e5f6 100644 (file)
@@ -101,7 +101,7 @@ public class PianoKeyboard extends JComponent {
        /**
         * ノートのリスト。配列の要素として使えるようクラス名を割り当てます。
         */
-       private class NoteList extends LinkedList<Integer> {
+       private static class NoteList extends LinkedList<Integer> {
                // 何もすることはない
        }
        /**