Skip to content

Commit

Permalink
#292 public
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 29, 2025
1 parent 72add15 commit 906eb0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/xml/ClasspathResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*
* @since 0.1
*/
final class ClasspathResolver implements LSResourceResolver {
public final class ClasspathResolver implements LSResourceResolver {

@Override
@SuppressWarnings("PMD.UseObjectForClearerAPI")
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/com/jcabi/xml/XML.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ public interface XML {

/**
* Validate this XML against the XSD schema inside it.
*
* <p>If you don't have your own resolver, try using
* {@link ClasspathResolver}.</p>
*
* @param resolver XSD schema resolver
* @return List of errors found
* @since 0.31.0
Expand Down

0 comments on commit 906eb0d

Please sign in to comment.