Skip to content

Commit e6271f7

Browse files
author
pjkaufman
committed
updated a typo or two and added more how it works data
1 parent b35fd9e commit e6271f7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dbdiffchecker/DBCompare.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ private void setupDatabases() throws DatabaseDiffernceCheckerException {
345345
}
346346

347347
/**
348-
* Compares to databases and determines their differneces and how to make them
348+
* Compares two databases and determines their differences and how to make them
349349
* the same.
350350
* @author Peter Kaufman
351351
*/

dbdiffchecker/FileHandler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ public static void writeToFile(ArrayList<String> sequelStatements) throws IOExce
7676
}
7777

7878
/**
79-
* Takes a String and writes it to the specified file.
79+
* Takes a String and writes it to the log file.
8080
* @author Peter Kaufman
81-
* @param data The data to be written to the specified file.
82-
* @throws IOException Error writing the data to the specified file.
81+
* @param data The data to be written to the log file.
82+
* @throws IOException Error writing the data to the log file.
8383
*/
8484
public static void writeToFile(String data) throws IOException {
8585

608 KB
Binary file not shown.

0 commit comments

Comments
 (0)