summaryrefslogtreecommitdiff
path: root/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java')
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java b/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java
index e3a3a430f6e2..8bb4d26432d9 100644
--- a/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java
+++ b/javaunohelper/com/sun/star/lib/uno/helper/UnoUrl.java
@@ -24,10 +24,10 @@ import java.util.HashMap;
/**
* Object representation and parsing of Uno Urls,
* which allow to locate a named Uno object in a
- * different process. An Uno Url consists of the
+ * different process. A Uno Url consists of the
* specification of a connection, protocol and
* rootOid delimited with a ';'.
- * The syntax of an Uno Url is
+ * The syntax of a Uno Url is
*
* <code>
* [uno:]connection-type,parameters;protocol-name,parameters;objectname";