This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
The following commit(s) were added to refs/heads/master by this push:
new 06bcf297 Remove unused methods (#900)
06bcf297 is described below
commit 06bcf2974560340fb415156e59edb1785b807427
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Jul 6 07:34:20 2025 -0400
Remove unused methods (#900)
---
.../maven/plugins/enforcer/MockEnforcerRule.java | 28 ----------------------
1 file changed, 28 deletions(-)
diff --git
a/maven-enforcer-plugin/src/test/java/org/apache/maven/plugins/enforcer/MockEnforcerRule.java
b/maven-enforcer-plugin/src/test/java/org/apache/maven/plugins/enforcer/MockEnforcerRule.java
index 0f969bc7..ed056cc4 100644
---
a/maven-enforcer-plugin/src/test/java/org/apache/maven/plugins/enforcer/MockEnforcerRule.java
+++
b/maven-enforcer-plugin/src/test/java/org/apache/maven/plugins/enforcer/MockEnforcerRule.java
@@ -69,34 +69,6 @@ public class MockEnforcerRule implements EnforcerRule {
this.failRule = failRule;
}
- /**
- * @return the isResultValid
- */
- public boolean isResultValid() {
- return this.isResultValid;
- }
-
- /**
- * @param theIsResultValid the isResultValid to set
- */
- public void setResultValid(boolean theIsResultValid) {
- this.isResultValid = theIsResultValid;
- }
-
- /**
- * @param theCacheId the cacheId to set
- */
- public void setCacheId(String theCacheId) {
- this.cacheId = theCacheId;
- }
-
- /**
- * @param theIsCacheable the isCacheable to set
- */
- public void setCacheable(boolean theIsCacheable) {
- this.isCacheable = theIsCacheable;
- }
-
/*
* (non-Javadoc)
* @see org.apache.maven.enforcer.rule.api.EnforcerRule#getCacheId()