diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-07 08:55:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-12 09:41:31 +0200 |
commit | 1c496506bc0d720241e5f9877681197e3b6d576a (patch) | |
tree | a3cf74b38175e94811f429e88faf6e5daec44492 /scripting | |
parent | f086884fc33aabd4c9abb1efd8f6892dba4830cf (diff) |
java: remove useless javadoc tags
that are not conveying any useful information
Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/java/com/sun/star/script/framework/container/ParcelContainer.java | 5 |
1 files changed, 0 insertions, 5 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 d4bf8597b7f1..22a0b0059bfb 100644 --- a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java +++ b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java @@ -214,8 +214,6 @@ public class ParcelContainer implements XNameAccess * @param xCtx UNO component context * @param containerUrl location of this container. * @param language language for which entries are stored - * @throws com.sun.star.lang.IllegalArgumentException - * @throws WrappedTargetException */ public ParcelContainer( XComponentContext xCtx, String containerUrl, String language ) throws com.sun.star.lang.IllegalArgumentException, com.sun.star.lang.WrappedTargetException @@ -230,8 +228,6 @@ public class ParcelContainer implements XNameAccess * @param language language for which entries are stored * @param loadParcels set to <tt>true</tt> if parcels are to be loaded * on construction. - * @throws com.sun.star.lang.IllegalArgumentException - * @throws WrappedTargetException */ public ParcelContainer( XComponentContext xCtx, String containerUrl, String language, boolean loadParcels ) throws com.sun.star.lang.IllegalArgumentException, com.sun.star.lang.WrappedTargetException { @@ -246,7 +242,6 @@ public class ParcelContainer implements XNameAccess * @param language language for which entries are stored * @param loadParcels set to <tt>true</tt> if parcels are to be loaded * on construction. - * @throws com.sun.star.lang.IllegalArgumentException */ public ParcelContainer( ParcelContainer parent, XComponentContext xCtx, String containerUrl, String language, boolean loadParcels ) throws com.sun.star.lang.IllegalArgumentException, com.sun.star.lang.WrappedTargetException |