summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/uno/AsciiString.java
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/com/sun/star/uno/AsciiString.java')
-rw-r--r--jurt/com/sun/star/uno/AsciiString.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/jurt/com/sun/star/uno/AsciiString.java b/jurt/com/sun/star/uno/AsciiString.java
index 235547258bf7..5c031f4785a3 100644
--- a/jurt/com/sun/star/uno/AsciiString.java
+++ b/jurt/com/sun/star/uno/AsciiString.java
@@ -20,17 +20,17 @@ package com.sun.star.uno;
/**
* The Ascii class represents the IDL build in type <code>asciistring</code>.
- * <p>
- * @deprecated do not use
+ *
+ * @deprecated do not use.
*/
public final class AsciiString {
public final String asciistring;
/**
* Constructs a new <code>AsciiString</code>.
- * <p>
- * @deprecated do not use
- * @param s the String value
+ *
+ * @deprecated do not use.
+ * @param s the String value.
*/
public AsciiString(String s) {
asciistring = s;