remove source annotations
[jalview.git] / src / jalview / appletgui / AppletJmol.java
index 28eb61a..ff0f5ae 100644 (file)
@@ -922,7 +922,6 @@ public class AppletJmol extends EmbmenuFrame implements StructureListener,
     }
   }
 
-  @Override
   public String createImage(String fileName, String type,
           Object textOrBytes, int quality)
   {
@@ -930,21 +929,18 @@ public class AppletJmol extends EmbmenuFrame implements StructureListener,
     return null;
   }
 
-  @Override
   public float[][][] functionXYZ(String functionName, int nx, int ny, int nz)
   {
     // TODO Auto-generated method stub
     return null;
   }
 
-  @Override
   public Hashtable getRegistryInfo()
   {
     // TODO Auto-generated method stub
     return null;
   }
 
-  @Override
   public void notifyCallback(int type, Object[] data)
   {
     try {
@@ -984,7 +980,6 @@ public class AppletJmol extends EmbmenuFrame implements StructureListener,
     }
   }
 
-  @Override
   public boolean notifyEnabled(int callbackPick)
   {
     switch (callbackPick)
@@ -1007,7 +1002,6 @@ public class AppletJmol extends EmbmenuFrame implements StructureListener,
     return false;
   }
 
-  @Override
   public void setCallbackFunction(String callbackType,
           String callbackFunction)
   {