Skip to content

Commit

Permalink
#37 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 20, 2014
1 parent 0ea7fd1 commit 5617d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/xml/XSDDocument.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ static final class ValidationHandler implements ErrorHandler {
* Constructor.
* @param errs Collection of errors
*/
public ValidationHandler(final Collection<SAXParseException> errs) {
ValidationHandler(final Collection<SAXParseException> errs) {
this.errors = errs;
}
@Override
Expand Down

0 comments on commit 5617d30

Please sign in to comment.