From: jprocter Date: Thu, 17 Jun 2010 16:07:49 +0000 (+0000) Subject: remove source annotations X-Git-Tag: Release_2_6~175 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=71c26f0995349a0a03c40e8b816c2f6a3a5677b4;p=jalview.git remove source annotations --- 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) {