Skip to content

Commit b35fd9e

Browse files
author
pjkaufman
committed
updated comments on the java files making sure to remove any typos that were spotted
1 parent 2236993 commit b35fd9e

17 files changed

Lines changed: 172 additions & 125 deletions

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ dbdiffchecker/*.class
55
build/
66

77
# test data
8-
test/
8+
test/
9+
10+
# vs code files
11+
.vscode

dbdiffchecker/Column.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
/**
44
* Column resembles a column in MySQL and contains column info.
5+
* Program Name: Database Difference Checker
6+
* CSCI Course: 325
7+
* Grade Received: Pass
58
* @author Peter Kaufman
6-
* @version 8-5-18
9+
* @version 2-16-19
710
* @since 9-10-17
811
*/
912
public class Column extends Schema {

0 commit comments

Comments
 (0)