Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Mar 14, 2019
1 parent 1e7ef13 commit 5ab84bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public TextResource getStylesheet() {
logger.debug("Specified stylesheet ({}) found in spotbugs configuration: {}", stylesheet, jar.getAbsolutePath());
return factory.fromArchiveEntry(jar, stylesheet);
} else {
throw new InvalidUserDataException("Specified stylesheet (" + stylesheet + ") does not found in spotbugs configuration");
throw new InvalidUserDataException("Specified stylesheet (" + stylesheet + ") was not found in spotbugs configuration");
}
}

Expand Down

0 comments on commit 5ab84bb

Please sign in to comment.