Skip to content

Commit

Permalink
Rename SiteParserTest to JsoupSiteParserTest.
Browse files Browse the repository at this point in the history
Addressed to #801

No functional changes.
  • Loading branch information
php-coder committed Jan 2, 2018
1 parent a1d6789 commit 8f04801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/config/findbugs-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!--
Looks like a false positive.
-->
<Class name="ru.mystamps.web.util.extractor.SiteParserTest" />
<Class name="ru.mystamps.web.util.extractor.JsoupSiteParserTest" />
<Method name="canParseShouldRequireNonNullUrl" />
<Bug pattern="NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS" />
</Match>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.nullValue;

public class SiteParserTest {
public class JsoupSiteParserTest {

@Rule
public ExpectedException thrown = ExpectedException.none();
Expand Down

0 comments on commit 8f04801

Please sign in to comment.