X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src2%2Fjavajs%2Fapi%2FBytePoster.java;fp=src2%2Fjavajs%2Fapi%2FBytePoster.java;h=0000000000000000000000000000000000000000;hb=a1225b9392dc7657d5cef12907385b07527d6122;hp=0b0f29a222cc161d20700af40634ee11808ee69e;hpb=b513684c725997c77341f30ce4e584cf9f7cdfed;p=jalview.git diff --git a/src2/javajs/api/BytePoster.java b/src2/javajs/api/BytePoster.java deleted file mode 100644 index 0b0f29a..0000000 --- a/src2/javajs/api/BytePoster.java +++ /dev/null @@ -1,7 +0,0 @@ -package javajs.api; - -public interface BytePoster { - - String postByteArray(String fileName, byte[] bytes); - -}