Skip to content

Commit

Permalink
final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ldetmer committed Aug 22, 2024
1 parent efb409c commit b3dd58d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<!-- Test checkstyle suppressions -->
<suppress checks="MissingJavadocType" files="GoogleApache5HttpTransportTest.java"/>
<suppress checks="MissingJavadocType" files=".*Test.java"/>
<suppress checks="AbbreviationAsWordInName" files=".*Test.java"/>
<suppress checks="VariableDeclarationUsageDistance" files=".*Test.java"/>
</suppressions>
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public Void handleResponse(ClassicHttpResponse response) {

assertNotNull(exception);
assertEquals(exception.getClass(), SSLHandshakeException.class);

}

@Test
Expand Down

0 comments on commit b3dd58d

Please sign in to comment.