You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This is my code suite, including homemade build and run tools and testing librar
7
7
Add methods to an existing .java file and tests in the class's `main()` method (using the Tester class for test utilities - see example main() methods in existing files)
8
8
9
9
### Creating a new Java Class & Tests
10
-
Create a new .java file/class with `package com.cunningdj.grokJava` at the top (or whatever you'd like to set the [`DEFAULT_PACKAGE_NAME`](https://github.com/CunningDJ/grokJava/blob/master/gtool#L8) to) and do the same.
10
+
Create a new .java file/class with `package com.cunningdj.grokJava` at the top (or whatever you set the [`DEFAULT_PACKAGE_NAME`](https://github.com/CunningDJ/grokJava/blob/master/gtool#L8) to) and do the same.
0 commit comments