summaryrefslogtreecommitdiff
path: root/org/omg/DynamicAny/DynAnyOperations.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/DynamicAny/DynAnyOperations.java')
-rw-r--r--org/omg/DynamicAny/DynAnyOperations.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/org/omg/DynamicAny/DynAnyOperations.java b/org/omg/DynamicAny/DynAnyOperations.java
index 73d8fac23..a009f4c88 100644
--- a/org/omg/DynamicAny/DynAnyOperations.java
+++ b/org/omg/DynamicAny/DynAnyOperations.java
@@ -1,5 +1,5 @@
/* DynAnyOperations.java --
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
@@ -263,7 +263,7 @@ public interface DynAnyOperations
* Insert the {@link Any} value into the enclosed {@link Any} inside this
* DynAny.
*
- * @param a_x the value being inserted.
+ * @param an_any the value being inserted.
* @throws InvalidValue if the value type does not match the typecode of the
* enclosed {@link Any}.
*/
@@ -452,7 +452,7 @@ public interface DynAnyOperations
throws InvalidValue, TypeMismatch;
/**
- * Advances the internal pointer, described in the {@link current_component},
+ * Advances the internal pointer, described in the {@link #current_component},
* one position forward.
*
* @return true if the pointer now points to the new component, false if there
@@ -462,13 +462,13 @@ public interface DynAnyOperations
boolean next();
/**
- * Moves the internal pointer, described in the {@link current_component}, to
+ * Moves the internal pointer, described in the {@link #current_component}, to
* the first component.
*/
void rewind();
/**
- * Moves the internal pointer, described in the {@link current_component}, to
+ * Moves the internal pointer, described in the {@link #current_component}, to
* the given position.
*
* @param p the number of the internal component on that the internal pointer