-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69e0029
commit 3fa0e0d
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
Copyright (c) 2020-2022, Stephen Gold | ||
Copyright (c) 2020-2024 Stephen Gold | ||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without | ||
|
@@ -42,6 +42,9 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |
* @author Stephen Gold [email protected] | ||
*/ | ||
final public class HelloConsole { | ||
// ************************************************************************* | ||
// constructors | ||
|
||
/** | ||
* A private constructor to inhibit instantiation of this class. | ||
*/ | ||
|