From 71c26f0995349a0a03c40e8b816c2f6a3a5677b4 Mon Sep 17 00:00:00 2001 From: jprocter Date: Thu, 17 Jun 2010 16:07:49 +0000 Subject: [PATCH] remove source annotations --- src/jalview/appletgui/AppletJmol.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/jalview/appletgui/AppletJmol.java b/src/jalview/appletgui/AppletJmol.java index 28eb61a..ff0f5ae 100644 --- a/src/jalview/appletgui/AppletJmol.java +++ b/src/jalview/appletgui/AppletJmol.java @@ -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) { -- 1.7.10.2