Skip to content

Commit

Permalink
spotless.
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoOfTwelve committed Oct 31, 2023
1 parent cc6e49f commit 58c62fc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ private FileHelper() {

/**
* Returns the name of the passed file, trimming its file extension.
*
* @param file is the file to obtain the name from
* @return returns the name of the file without file extension
*/
Expand All @@ -36,7 +35,6 @@ public static String getFileNameWithoutFileExtension(File file) {

/**
* Creates directory if it dose not exist
*
* @param directory to be created
* @throws IOException if the directory could not be created
*/
Expand All @@ -48,7 +46,6 @@ public static void createDirectoryIfItDoesNotExist(File directory) throws IOExce

/**
* Creates file if it dose not exist
*
* @param file to be created
* @throws IOException if the file could not be created
*/
Expand Down

0 comments on commit 58c62fc

Please sign in to comment.