Skip to content

Commit

Permalink
purging Javadoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHD committed Dec 13, 2023
1 parent 2721b30 commit e5981c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ PENDING:
[javadoc] /Users/dhd/git/TRVmodel/javasrc/org/hd/d/TRVmodel/data/HourlyTemperatureDataDescriptor.java:34: warning: no comment
[javadoc] public HourlyTemperatureDataDescriptor
[javadoc] ^
[javadoc] Generating /Users/dhd/git/out_C/javadoc/org/hd/d/TRVmodel/Main.html...
[javadoc] /Users/dhd/git/TRVmodel/javasrc/org/hd/d/TRVmodel/Main.java:55: warning: no @param for args
[javadoc] public static void main(final String[] args)
[javadoc] ^
[javadoc] /Users/dhd/git/TRVmodel/javasrc/org/hd/d/TRVmodel/Main.java:28: warning: use of default constructor, which does not provide a comment
[javadoc] public final class Main



Expand Down
5 changes: 5 additions & 0 deletions javasrc/org/hd/d/TRVmodel/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
*/
public final class Main
{
/**Main (command-line) entry-point for the data handler. */
public Main() { }

/**Print a summary of command options to stderr. */
private static void printOptions()
{
Expand All @@ -51,6 +54,8 @@ private static void printOptions()

/**Accepts command-line arguments.
* See {@link #printOptions()}.
*
* @param args command-line arguments, per {@link #printOptions()}
*/
public static void main(final String[] args)
{
Expand Down

0 comments on commit e5981c3

Please sign in to comment.