]> ruin.nu Git - moosique.git/blobdiff - MooMenu.java
Changed beginnings of comments from /* to /** which is necessary for the comments...
[moosique.git] / MooMenu.java
index cac3be4fc1189fb4034de8699e922c88e8a02621..664d8a2ad5403ea7b6251307d09bee3112f52e86 100644 (file)
@@ -1,6 +1,6 @@
 import javax.swing.*;
 
-/*
+/**
  * 
  * 
  * @author  Andersson, Andreen, Lanneskog, Pehrson
@@ -9,17 +9,10 @@ import javax.swing.*;
  
 public class MooMenu {
 
-       /* 
+       /** 
         * Creates the menus.
         */
        public MooMenu () {
 
        }
-
-       /* 
-        * 
-        */
-       public void () {
-       
-       }
 }