summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <robert.buj@gmail.com>2014-07-27 11:56:23 +0200
committerDavid Tardon <dtardon@redhat.com>2014-07-27 17:11:36 +0000
commit66566bf13f78ca5ea4abe25913035aebc134b1d3 (patch)
tree7d8c70ad3732d6270ff1bda91f5dd7a479861fe7
parent821ab16a1fb0353397914131ab559685d12b92b7 (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>
-rw-r--r--xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentDeserializerFactory.java4
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 &quot;Device&quot; <code>Document</code> format to
* the &quot;Office&quot; <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