Skip to content

Commit

Permalink
[JENKINS-45522] Fix the bogus whitespace noticed by @jglick
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Aug 18, 2017
1 parent 158c249 commit 150e433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/hudson/remoting/DefaultClassFilterTest.java
Expand Up @@ -146,7 +146,7 @@ public static Matcher<String> blacklisted() {
return new BlackListMatcher();
}

public boolean matches(Object item) {
public boolean matches(Object item) {
try {
ClassFilter.createDefaultInstance().check(item.toString());
return Boolean.FALSE;
Expand Down

0 comments on commit 150e433

Please sign in to comment.