This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new b16611c  Test class can be static.
b16611c is described below

commit b16611cecea8b10a12c81ee00fc52d5126143722
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Mar 12 14:49:50 2022 -0500

    Test class can be static.
---
 .../commons/release/plugin/stubs/DistributionDetachmentProjectStub.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java
 
b/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java
index a3a0df2..d418869 100755
--- 
a/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java
+++ 
b/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java
@@ -211,7 +211,7 @@ public class DistributionDetachmentProjectStub extends 
MavenProjectStub {
         return attachedArtifacts;
     }
 
-    public class DistributionDetachmentArtifactStub extends ArtifactStub {
+    public static class DistributionDetachmentArtifactStub extends 
ArtifactStub {
 
         private final File artifact;
 

Reply via email to