Skip to content
Snippets Groups Projects
Commit 726e7e27 authored by Martin Vogel's avatar Martin Vogel
Browse files

refactor: fix typo (planning#1151)

parent 34623314
No related branches found
No related tags found
1 merge request!494planning#1151 XML Schema Validation
...@@ -121,7 +121,7 @@ public class FileChunker { ...@@ -121,7 +121,7 @@ public class FileChunker {
* @param data as byte[] that should be written * @param data as byte[] that should be written
* @param chunkIndex index of the current chunk that is used in the filename * @param chunkIndex index of the current chunk that is used in the filename
* @param outputDir the target path dir the chunk is written to * @param outputDir the target path dir the chunk is written to
* @return that file tha was written * @return that file that was written
* @throws IOException if there was an error whilst writing the file * @throws IOException if there was an error whilst writing the file
*/ */
public File writeFileChunk(final byte[] data, final int chunkIndex, final Path outputDir) throws IOException { public File writeFileChunk(final byte[] data, final int chunkIndex, final Path outputDir) throws IOException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment