You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2017/05/06 17:52:57 UTC

ant-antlibs-compress git commit: fix javadoc

Repository: ant-antlibs-compress
Updated Branches:
  refs/heads/master 05aaa77a0 -> 06bfe68f8


fix javadoc


Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/06bfe68f
Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/06bfe68f
Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/diff/06bfe68f

Branch: refs/heads/master
Commit: 06bfe68f82850b9573ba6cdbdc10e94dbbec52cb
Parents: 05aaa77
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sat May 6 19:52:43 2017 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sat May 6 19:52:43 2017 +0200

----------------------------------------------------------------------
 src/main/org/apache/ant/compress/taskdefs/Cpio.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/06bfe68f/src/main/org/apache/ant/compress/taskdefs/Cpio.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/ant/compress/taskdefs/Cpio.java b/src/main/org/apache/ant/compress/taskdefs/Cpio.java
index 9e6cc3b..0706ea8 100644
--- a/src/main/org/apache/ant/compress/taskdefs/Cpio.java
+++ b/src/main/org/apache/ant/compress/taskdefs/Cpio.java
@@ -101,7 +101,7 @@ public class Cpio extends ArchiveBase {
 
     /**
      * The format to use.
-     * <p>Default is binary</b>
+     * <p>Default is binary</p>
      */
     public void setFormat(Format f) {
         format = f;