Skip to content

Commit

Permalink
(doc) javadoc:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Feb 3, 2021
1 parent 09cc3c2 commit a83940b
Show file tree
Hide file tree
Showing 13 changed files with 503 additions and 170 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class CommandLineConfigurationException

/**
* Creates a new exception using the specified detail message and cause.
*
*
* @param message The detail message for this exception, may be <code>null</code>.
* @param cause The nested exception, may be <code>null</code>.
*/
Expand All @@ -42,7 +42,7 @@ public CommandLineConfigurationException( String message, Throwable cause )

/**
* Creates a new exception using the specified detail message.
*
*
* @param message The detail message for this exception, may be <code>null</code>.
*/
public CommandLineConfigurationException( String message )
Expand Down
Loading

0 comments on commit a83940b

Please # to comment.