Skip to content

Commit

Permalink
Normalize getter Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 31, 2023
1 parent e29f74c commit d6b459a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public Set<List<String>> getVariables() {
}

/**
* Get this script pragmas
* Gets this script pragmas
* <p>Pragma keys are ant-ish variables, their values are scalar literals..
* @return the pragmas
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ public Permissions get(final String clazz) {
}

/**
* Get the permissions associated to a class.
* Gets the permissions associated to a class.
* @param clazz the class
* @return the permissions
*/
Expand Down

0 comments on commit d6b459a

Please sign in to comment.