Java update - fix various javadoc issues

Along the way, remove some javadoc comments that are completely incorrect.

Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
This commit is contained in:
Noel Grandin
2012-08-20 12:54:24 +01:00
committed by Caolán McNamara
parent af4ca5a8c6
commit f6a62d9e41
55 changed files with 75 additions and 119 deletions

View File

@@ -217,11 +217,9 @@ public class ParcelContainer implements XNameAccess
* @param xCtx UNO component context
* @param containerUrl location of this container.
* @param language language for which entries are stored
* @return name of <tt>ParcelContainer</tt>
* @throws IllegalArgumentException
* @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
{
@@ -235,8 +233,7 @@ 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.
* @return name of <tt>ParcelContainer</tt>
* @throws IllegalArgumentException
* @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
@@ -252,10 +249,8 @@ 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.
* @return name of <tt>ParcelContainer</tt>
* @throws IllegalArgumentException
* @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
{