diff options
author | rbuj <robert.buj@gmail.com> | 2014-07-27 11:56:23 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-07-27 17:11:36 +0000 |
commit | 66566bf13f78ca5ea4abe25913035aebc134b1d3 (patch) | |
tree | 7d8c70ad3732d6270ff1bda91f5dd7a479861fe7 /xmerge | |
parent | 821ab16a1fb0353397914131ab559685d12b92b7 (diff) |
xmerge: javadoc <p>..</p> fix
Change-Id: Ie10a8ab293091c7528e915487728a97ce51e818f
Reviewed-on: https://gerrit.libreoffice.org/10572
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'xmerge')
-rw-r--r-- | xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentDeserializerFactory.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentDeserializerFactory.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentDeserializerFactory.java index 856546819b1e..6f0d96aa01c4 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentDeserializerFactory.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentDeserializerFactory.java @@ -33,11 +33,11 @@ package org.openoffice.xmerge; public interface DocumentDeserializerFactory { /** - * The <code>DocumentDeserializer</code> is used to convert + * <p>The <code>DocumentDeserializer</code> is used to convert * from the "Device" <code>Document</code> format to * the "Office" <code>Document</code> format.</p> * - * The <code>ConvertData</code> object is passed along to the + * <p>The <code>ConvertData</code> object is passed along to the * created <code>DocumentDeserializer</code> via its constructor. * The <code>ConvertData</code> is read and converted when the * the <code>DocumentDeserializer</code> object's |