Skip to content

Commit

Permalink
Clean JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Jul 17, 2024
1 parent a52c6a9 commit 6c69bd8
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,11 @@
interface NodeFactory {
/**
* Returns true if this factory is preferred for given source.
*
* @param source
* @return
*/
boolean isPreferredFor(Object source);

/**
* Creates node from given source.
*
* @param source
* @param label
* @param lenient
* @return
*/
Node convertToNode(@Nullable Object source, String label, boolean lenient);
}

0 comments on commit 6c69bd8

Please sign in to comment.