summaryrefslogtreecommitdiff
path: root/xmerge/source
diff options
context:
space:
mode:
Diffstat (limited to 'xmerge/source')
-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