Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 77dd4b425 -> 90959a095


Add missing @Override.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/90959a09
Tree: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/90959a09
Diff: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/90959a09

Branch: refs/heads/master
Commit: 90959a095abeb7950dd27224fc0f9a0446f8061b
Parents: 77dd4b4
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Wed May 30 11:15:00 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Wed May 30 11:15:00 2018 -0600

----------------------------------------------------------------------
 .../release/plugin/stubs/DistributionDetachmentProjectStub.java    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/90959a09/src/test/java/org/apache/commons/release/plugin/stubs/DistributionDetachmentProjectStub.java
----------------------------------------------------------------------
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 ab201d2..87f5cdf 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
@@ -144,10 +144,12 @@ public class DistributionDetachmentProjectStub extends 
MavenProjectStub {
             this.type = type;
         }
 
+        @Override
         public File getFile() {
             return this.artifact;
         }
 
+        @Override
         public String getType() {
             return this.type;
         }

Reply via email to