Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mroodschild committed Dec 18, 2018
1 parent 7822dde commit 3892702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/gitia/jdataanalysis/CSV.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public static SimpleMatrix open(String path){
}

/**
* @param matrix
* @param Name
* @param matrix to save
* @param Name "src/main/resources/file.csv"
*/
public static void write(SimpleMatrix matrix, String Name) {
Writer writer = null;
Expand Down

0 comments on commit 3892702

Please sign in to comment.