Skip to content

Commit

Permalink
No need for blank Javadoc lines between Javadoc @ tags
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 29, 2024
1 parent 8d6f03e commit 20f3cfe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ protected void configureClient(final HttpClientBuilder builder)
* <p>
* @param builder builder for the post request
* @return the call response
*
* @throws IOException on i/o error
*/
protected final HttpResponse doWebserviceCall( final RequestBuilder builder )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ protected void preProcessWebserviceCall( final RequestBuilder requestBuilder )
* @param remoteCacheRequest the cache request
* @param url target url
* @return byte[] - the response
*
* @throws IOException
* @throws HttpException
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ protected synchronized void setupTable(final Connection cConn, final String tabl
* @param testProperties test database properties
* @param testDBName name of the test database
* @return a connection to the database
*
* @throws Exception
*/
public static Connection getTestDatabaseConnection(final Properties testProperties, final String testDBName)
Expand Down

0 comments on commit 20f3cfe

Please sign in to comment.