diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-16 07:19:43 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-05-16 06:18:47 +0000 |
commit | a9ff36a1e9080b7789d2150dd5a0fdcb1cc7a968 (patch) | |
tree | 0c8bc74bb4a548f9479b5ba4926fa1131d133a74 /ridljar/com/sun | |
parent | e265ea36df02310881e959a031b74578b323bfa5 (diff) |
Fix typos
Change-Id: If7262e114b5b4cd40e9c0a8929940199ea747595
Reviewed-on: https://gerrit.libreoffice.org/25025
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'ridljar/com/sun')
-rw-r--r-- | ridljar/com/sun/star/lib/util/WeakMap.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ridljar/com/sun/star/lib/util/WeakMap.java b/ridljar/com/sun/star/lib/util/WeakMap.java index 75b89b12c7d8..f3b3b55a356b 100644 --- a/ridljar/com/sun/star/lib/util/WeakMap.java +++ b/ridljar/com/sun/star/lib/util/WeakMap.java @@ -158,7 +158,7 @@ public final class WeakMap<K,V> implements Map { * * <p>This is a modifying operation.</p> * - * @param key the key with witch the specified value is to be associated + * @param key the key with which the specified value is to be associated * @param value the value to be associated with the specified key. This * must be a plain object, which is then wrapped in a * <code>WeakReference</code>. |