]> ruin.nu Git - moosique.git/blobdiff - MooToolbar.java
Changed beginnings of comments from /* to /** which is necessary for the comments...
[moosique.git] / MooToolbar.java
index 7ba77d6e468c34d8365f96d5c6fc197e827ed3c3..5eae4772a3b12120f0a4ea6777c500a4af00ae37 100644 (file)
@@ -1,25 +1,18 @@
 import javax.swing.*;
 
-/*
+/**
  * 
  * 
  * @author  Andersson, Andreen, Lanneskog, Pehrson
  * @version 1
  */
  
-public class Moo {
+public class MooToolbar {
 
-       /* 
+       /** 
         * Creates the toolbar.
         */
        public MooToolbar () {
 
        }
-
-       /* 
-        * 
-        */
-       public void () {
-       
-       }
 }