X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=src%2Fjavajs%2Fapi%2FBytePoster.java;fp=src%2Fjavajs%2Fapi%2FBytePoster.java;h=0b0f29a222cc161d20700af40634ee11808ee69e;hp=fc357f0d115a6b7a86b98be897172d5a27110360;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/src/javajs/api/BytePoster.java b/src/javajs/api/BytePoster.java index fc357f0..0b0f29a 100644 --- a/src/javajs/api/BytePoster.java +++ b/src/javajs/api/BytePoster.java @@ -1,7 +1,7 @@ -package javajs.api; - -public interface BytePoster { - - String postByteArray(String fileName, byte[] bytes); - -} +package javajs.api; + +public interface BytePoster { + + String postByteArray(String fileName, byte[] bytes); + +}