mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
quick-e2e: fix compile error
This commit is contained in:
@@ -50,7 +50,7 @@ public class PaperDownloadService {
|
|||||||
.build();
|
.build();
|
||||||
|
|
||||||
client.sendAsync(req, HttpResponse.BodyHandlers.ofFile(filePath))
|
client.sendAsync(req, HttpResponse.BodyHandlers.ofFile(filePath))
|
||||||
.thenAccept(_ -> System.out.println("Downloaded server file to " + filePath))
|
.thenAccept(r -> System.out.println("Downloaded server file to " + filePath))
|
||||||
.join();
|
.join();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user