Skip to content

Commit

Permalink
#1713 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 25, 2023
1 parent 009ad8f commit ccd651b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/rultor/agents/AbstractAgent.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ public abstract class AbstractAgent implements Agent {

/**
* Ctor.
*
* <p>The list of XPath expressions must all retrieve something from the
* XML in order for this agent to be executed. Consider them all to be
* joined with a logical AND.</p>
*
* @param args XPath expressions
*/
public AbstractAgent(final String... args) {
Expand Down

0 comments on commit ccd651b

Please sign in to comment.