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 <[email protected]> Authored: Sat May 6 19:52:43 2017 +0200 Committer: Stefan Bodewig <[email protected]> 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;
