diff options
author | rbuj <robert.buj@gmail.com> | 2014-09-01 17:18:26 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-09-02 06:11:11 -0500 |
commit | 908ccc22d8f99930a4f43215990aa4852d79c76c (patch) | |
tree | 620fcde8c730f342cc54dae0beb72b5d2b982d22 /scripting | |
parent | 7ea14056cb508b6035704e1124c9301fecb0c792 (diff) |
scripting: fix javadoc error: unknown tag: null
Change-Id: I7d9ec1759a1689943d51636926024278cec0dc3b
Reviewed-on: https://gerrit.libreoffice.org/11234
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/java/com/sun/star/script/framework/container/ParcelContainer.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java index dc40198de3d7..c957657e87b0 100644 --- a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java +++ b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java @@ -118,7 +118,7 @@ public class ParcelContainer implements XNameAccess * @param key the <tt>location</tt> which is to * be matched. * - * @return child <tt>ParcelContainer</tt> or <null> if none + * @return child <tt>ParcelContainer</tt> or {@code null} if none * found. */ @@ -148,7 +148,7 @@ public class ParcelContainer implements XNameAccess * @param containerUrl the <tt>containerUrl</tt> which is to * be matched. * - * @return child <tt>ParcelContainer</tt> or <null> if none + * @return child <tt>ParcelContainer</tt> or {@code null} if none * found. */ |