Kaydet (Commit) 908ccc22 authored tarafından rbuj's avatar rbuj Kaydeden (comit) David Tardon

scripting: fix javadoc error: unknown tag: null

Change-Id: I7d9ec1759a1689943d51636926024278cec0dc3b
Reviewed-on: https://gerrit.libreoffice.org/11234Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 7ea14056
......@@ -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.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment