Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 11, 2023
1 parent f715768 commit 96e0136
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public void remove() {
}

/**
* Construct an iterator.
* Constructs an iterator.
* @return whether the Iterator was constructed
*/
private boolean constructIterator() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public DocumentContainer(final URL xmlURL) {
}

/**
* Construct a new DocumentContainer.
* Constructs a new DocumentContainer.
* @param xmlURL is a URL for an XML file. Use getClass().getResource
* (resourceName) to load XML from a resource file.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public abstract class JXPathTestCase extends TestCase {

/**
* Construct a new instance of this test case.
* Constructs a new instance of this test case.
*/
public JXPathTestCase() {
Locale.setDefault(Locale.US);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static class HasChild {
private final Object child;

/**
* Construct a new EmptyCollectionTest.HasChild instance.
* Constructs a new EmptyCollectionTest.HasChild instance.
*/
public HasChild(final Object child) {
this.child = child;
Expand Down

0 comments on commit 96e0136

Please sign in to comment.