Skip to content

Commit

Permalink
update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-roberts committed Sep 7, 2024
1 parent c12b180 commit 4dd7923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/gov/nist/csd/pm/pap/GraphModifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ private boolean checkPatternForNode(String entity, Pattern pattern) {
* return false to indicate to the caller that execution should not proceed.
*
* @param ascendant The ascendant node.
* @param descendants The descendant nodes.
* @param descendant The descendant node.
* @return True if the execution should proceed, false otherwise.
* @throws PMException If any PM related exceptions occur in the implementing class.
*/
Expand Down Expand Up @@ -357,7 +357,7 @@ protected boolean checkAssignInput(String ascendant, String descendant) throws P
* an error will occur.
*
* @param ascendant The ascendant node.
* @param descendants The descendant nodes.
* @param descendant The descendant node.
* @return True if the execution should proceed, false otherwise.
* @throws PMException If any PM related exceptions occur in the implementing class.
*/
Expand Down

0 comments on commit 4dd7923

Please sign in to comment.