Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Anzinger <[email protected]>
  • Loading branch information
tobias-lippert and MaximilianAnzinger authored Sep 14, 2023
1 parent 55ee4a1 commit 9f5de6a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ private void copyFilesEmbeddedWithMarkdownSyntax(ProgrammingExercise exercise, L

/**
* Copies the files that are embedded with html syntax to the embedded files' directory.
* <p>
*
* @param exercise the programming exercise that is exported
* @param exportErrors List of failures that occurred during the export
Expand All @@ -233,7 +232,6 @@ private void copyFilesEmbeddedWithHtmlSyntax(ProgrammingExercise exercise, List<

/**
* Extracts the filename from the matched string and copies the file to the embedded files' directory.
* <p>
*
* @param exercise the programming exercise that is exported
* @param exportErrors List of failures that occurred during the export
Expand All @@ -258,7 +256,6 @@ private void constructFilenameAndCopyFile(ProgrammingExercise exercise, List<Str

/**
* Checks for matches in the problem statement and creates a directory for the embedded files.
* <p>
*
* @param outputDir the directory where the content of the export is stored
* @param pathsToBeZipped the paths that should be included in the zip file
Expand Down

0 comments on commit 9f5de6a

Please sign in to comment.