mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 02:10:48 +00:00
ant uploader fix
versioning fix
This commit is contained in:
@@ -141,7 +141,7 @@ public class Uploader {
|
||||
*/
|
||||
public boolean finish(List<String> response) throws IOException {
|
||||
response.clear();
|
||||
writer.append(LINE_FEED).flush();
|
||||
//writer.append(LINE_FEED).flush();
|
||||
writer.append("--" + boundary + "--").append(LINE_FEED);
|
||||
writer.close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user