Skip to content

Commit

Permalink
HelloConsole: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 27, 2024
1 parent 69e0029 commit 3fa0e0d
Showing 1 changed file with 4 additions and 1 deletion.
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
Expand Down Expand Up @@ -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.
*/
Expand Down

0 comments on commit 3fa0e0d

Please sign in to comment.