This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 67094ce Javadoc
67094ce is described below
commit 67094ce041c878e47a955be18c11713817742831
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 09:09:16 2026 -0400
Javadoc
---
.../main/java/org/apache/commons/testing/junit4/RuleChainFactory.java | 2 +-
.../java/org/apache/commons/testing/junit4/io/CopyFileTestRule.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/commons-testing-junit4/src/main/java/org/apache/commons/testing/junit4/RuleChainFactory.java
b/commons-testing-junit4/src/main/java/org/apache/commons/testing/junit4/RuleChainFactory.java
index d1deae3..76254cf 100644
---
a/commons-testing-junit4/src/main/java/org/apache/commons/testing/junit4/RuleChainFactory.java
+++
b/commons-testing-junit4/src/main/java/org/apache/commons/testing/junit4/RuleChainFactory.java
@@ -30,7 +30,7 @@ public class RuleChainFactory {
*
* @param testRules
* test rules to evaluate
- * @return a new rule chain.
+ * @return A new rule chain.
*/
public static RuleChain create(final TestRule... testRules) {
if (testRules == null || testRules.length == 0) {
diff --git
a/commons-testing-junit4/src/main/java/org/apache/commons/testing/junit4/io/CopyFileTestRule.java
b/commons-testing-junit4/src/main/java/org/apache/commons/testing/junit4/io/CopyFileTestRule.java
index 05760e0..a85b020 100644
---
a/commons-testing-junit4/src/main/java/org/apache/commons/testing/junit4/io/CopyFileTestRule.java
+++
b/commons-testing-junit4/src/main/java/org/apache/commons/testing/junit4/io/CopyFileTestRule.java
@@ -41,7 +41,7 @@ public class CopyFileTestRule extends ExternalResource {
* @param targetTemporaryFolder
* the destination folder.
* @param targetFilePath
- * @return a new test rule.
+ * @return A new test rule.
*/
public static CopyFileTestRule create(final String sourceFilePath, final
TemporaryFolder targetTemporaryFolder,
final String targetFilePath) {