Skip to content

Commit

Permalink
Fixes #96 - Add main method to CSV2SQL utility
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Dec 22, 2023
1 parent 852186f commit 9fc3c90
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion csv/src/main/java/com/manorrock/guppy/csv/CSV2SQL.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,16 @@

/**
* The CSV-to-SQL utility.
*
*
* @author Manfred Riem ([email protected])
*/
public class CSV2SQL {

/**
* Main.
*
* @param arguments the command-line arguments.
*/
public static void main(String[] arguments) {
}
}

0 comments on commit 9fc3c90

Please sign in to comment.