| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| @@ -698,56 +700,66 @@ public Blob compose(ComposeRequest composeRequest) { | |||
|
|
|||
| @Override | |||
| public CopyWriter copy(CopyRequest copyRequest) { | |||
There was a problem hiding this comment.
this is a confusing diff but basically the try,catch and finally block are new and the rest has been indented within the try block unchanged.
Sorry, something went wrong.
|
|
||
| @Test | ||
| public void createFrom() throws IOException { | ||
| public void runCreateFrom() throws IOException { |
There was a problem hiding this comment.
changed for continuity of naming for the rest of the tests, unrelated.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.