diff options
author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2008-01-07 21:11:16 +0000 |
---|---|---|
committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2008-01-07 21:11:16 +0000 |
commit | a41c60b8317ca3fb297a891a7fed530e708cbc37 (patch) | |
tree | 515f161a6eb05ad60f3e502e05e56cd2b13c1857 /gnu/javax/naming | |
parent | e275583be09101de4500b7eebd8546994f00cd45 (diff) | |
download | classpath-a41c60b8317ca3fb297a891a7fed530e708cbc37.tar.gz |
2008-01-04 Stefan Huehner <stefan@huehner.org>
* gnu/CORBA/BigDecimalHelper.java,
* gnu/CORBA/CDR/AbstractCdrInput.java,
* gnu/CORBA/CDR/AbstractCdrOutput.java,
* gnu/CORBA/CDR/HeadlessInput.java,
* gnu/CORBA/CDR/gnuRuntime.java,
* gnu/CORBA/Connected_objects.java,
* gnu/CORBA/GIOP/CancelHeader.java,
* gnu/CORBA/GIOP/v1_0/CancelHeader.java,
* gnu/CORBA/IOR.java,
* gnu/CORBA/Interceptor/Registrator.java,
* gnu/CORBA/IorDelegate.java,
* gnu/CORBA/NamingService/NameTransformer.java,
* gnu/CORBA/ObjectCreator.java,
* gnu/CORBA/OrbFunctional.java,
* gnu/CORBA/Poa/AOM.java,
* gnu/CORBA/Poa/gnuPOA.java,
* gnu/CORBA/Poa/gnuPOAManager.java,
* gnu/CORBA/Poa/gnuServantObject.java,
* gnu/CORBA/typecodes/FixedTypeCode.java,
* gnu/CORBA/typecodes/RecursiveTypeCode.java,
* gnu/java/awt/AWTUtilities.java,
* gnu/java/awt/peer/gtk/CairoGraphics2D.java,
* gnu/java/awt/peer/gtk/CairoSurface.java,
* gnu/java/awt/peer/swing/SwingMenuBarPeer.java,
* gnu/java/text/AttributedFormatBuffer.java,
* gnu/java/util/regex/REToken.java,
* gnu/javax/imageio/gif/GIFFile.java,
* gnu/javax/imageio/png/PNGDecoder.java,
* gnu/javax/management/Server.java,
* gnu/javax/naming/giop/ContextContinuation.java,
* gnu/javax/naming/jndi/url/rmi/ContextContinuation.java,
* gnu/javax/swing/text/html/css/Selector.java,
* gnu/javax/swing/text/html/parser/models/node.java,
* gnu/javax/swing/text/html/parser/support/Parser.java,
* gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer.java,
* gnu/javax/swing/text/html/parser/support/textPreProcessor.java,
* gnu/xml/util/Resolver.java,
* java/awt/image/AreaAveragingScaleFilter.java,
* java/beans/Beans.java,
* java/beans/XMLDecoder.java,
* java/beans/beancontext/BeanContextServicesSupport.java,
* java/beans/beancontext/BeanContextSupport.java,
* java/io/CharArrayWriter.java,
* java/lang/System.java,
* java/net/ResolverCache.java,
* java/util/Calendar.java,
* java/util/Collections.java,
* java/util/Formatter.java,
* javax/accessibility/AccessibleEditableText.java,
* javax/imageio/ImageReader.java,
* javax/imageio/ImageTypeSpecifier.java,
* javax/imageio/ImageWriter.java,
* javax/imageio/spi/ServiceRegistry.java,
* javax/imageio/stream/ImageInputStream.java,
* javax/management/MBeanPermission.java,
* javax/rmi/CORBA/PortableRemoteObjectDelegate.java,
* javax/rmi/CORBA/Util.java,
* javax/rmi/CORBA/UtilDelegate.java,
* javax/rmi/CORBA/ValueHandler.java,
* javax/rmi/PortableRemoteObject.java,
* org/ietf/jgss/GSSContext.java,
* tools/gnu/classpath/tools/appletviewer/PluginAppletWindow.java,
* tools/gnu/classpath/tools/appletviewer/StandaloneAppletWindow.java,
* tools/gnu/classpath/tools/appletviewer/TagParser.java,
* vm/reference/gnu/java/nio/VMChannel.java:
Correct javadoc to match the functions' parameters
* gnu/java/awt/peer/swing/SwingTextFieldPeer.java:
Rename start_pos parameter to startPos to conform to style.
Diffstat (limited to 'gnu/javax/naming')
-rw-r--r-- | gnu/javax/naming/giop/ContextContinuation.java | 18 | ||||
-rw-r--r-- | gnu/javax/naming/jndi/url/rmi/ContextContinuation.java | 8 |
2 files changed, 13 insertions, 13 deletions
diff --git a/gnu/javax/naming/giop/ContextContinuation.java b/gnu/javax/naming/giop/ContextContinuation.java index 7d7a785fd..05023840b 100644 --- a/gnu/javax/naming/giop/ContextContinuation.java +++ b/gnu/javax/naming/giop/ContextContinuation.java @@ -129,14 +129,14 @@ public class ContextContinuation implements Context * Creates a new naming context that uses naming service, represented by the * given CORBA object. * - * @param namingService + * @param nsObject * the naming service object. It must be possible to narrow it into * the NamingContextExt. * @param props * the environment table. - * @param orb + * @param anOrb * the associated ORB. This reference is used during cleanup. - * @param the + * @param aFactory * parent factory. This reference is used during cleanup. */ public ContextContinuation(org.omg.CORBA.Object nsObject, @@ -293,7 +293,7 @@ public class ContextContinuation implements Context * context. The returned object will wrap around the newly created CORBA * subcontext * - * @param name + * @param subContext * the name of the new context being created * @return the newly created context, bound to the instance of the context on * that the method has been called @@ -336,7 +336,7 @@ public class ContextContinuation implements Context * context. The returned object will wrap around the newly created CORBA * subcontext * - * @param name + * @param subContext * the name of the new context being created * @return the newly created context, bound to the instance of the context on * that the method has been called @@ -380,7 +380,7 @@ public class ContextContinuation implements Context * action if such subcontext does not exist. The context being destroyed must * be empty. * - * @param name + * @param subContext * the name of the subcontext beig removed. * @throws ContextNotEmptyException * if the named context is not empty. @@ -396,7 +396,7 @@ public class ContextContinuation implements Context * action if such subcontext does not exist. The context being destroyed must * be empty. * - * @param name + * @param subContext * the name of the subcontext beig removed. * @throws ContextNotEmptyException * if the named context is not empty. @@ -868,9 +868,9 @@ public class ContextContinuation implements Context * and value of the new property must not be null. If the property is already * defined, is current value is replaced by the propVal. * - * @param propName + * @param key * the name of the new property - * @param propVal + * @param value * the value of the new property * @return the previous value of this property or null if the property has not * been previously defined diff --git a/gnu/javax/naming/jndi/url/rmi/ContextContinuation.java b/gnu/javax/naming/jndi/url/rmi/ContextContinuation.java index de79b93c3..ee8c77914 100644 --- a/gnu/javax/naming/jndi/url/rmi/ContextContinuation.java +++ b/gnu/javax/naming/jndi/url/rmi/ContextContinuation.java @@ -97,9 +97,9 @@ public class ContextContinuation implements Context * the registry. The new registry will be lazily instantiated on the first * call. * - * @param propName + * @param key * the name of the new property - * @param propVal + * @param value * the value of the new property * @return the previous value of this property or null if the property has not * been previously defined @@ -426,7 +426,7 @@ public class ContextContinuation implements Context * @param name * the object name (.toString()) is used to convert into string * representation. - * @param the + * @param obj * object (must be an instance of Remote). */ public void rebind(Name name, Object obj) throws NamingException @@ -439,7 +439,7 @@ public class ContextContinuation implements Context * * @param name * the object name. - * @param the + * @param obj * object (must be an instance of Remote). */ public void rebind(String name, Object obj) throws NamingException |