X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=MooNoteElement.java;h=f3b8ad041d69788524d8c92898f7bf79067952ac;hb=801fe3cc9a1dff6eb87cf7842e6801afd3a0a3a2;hp=60f153a15a950a42a04abb54e610916fd1a5cd66;hpb=1e06fcb34d222ef2017d4adf888568184dd63ab9;p=moosique.git diff --git a/MooNoteElement.java b/MooNoteElement.java index 60f153a..f3b8ad0 100644 --- a/MooNoteElement.java +++ b/MooNoteElement.java @@ -1,6 +1,6 @@ import javax.swing.*; -/** +/* * Graphical representation of a MIDI note. * * @author Andersson, Andreen, Lanneskog, Pehrson @@ -9,17 +9,10 @@ import javax.swing.*; public class MooNoteElement { - /** + /* * Creates a new note element. */ public MooNoteElement () { } - - /** - * - */ - public void () { - - } }