diff options
Diffstat (limited to 'libjava/classpath/org/omg/PortableServer/ServantActivatorPOA.java')
| -rw-r--r-- | libjava/classpath/org/omg/PortableServer/ServantActivatorPOA.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/org/omg/PortableServer/ServantActivatorPOA.java b/libjava/classpath/org/omg/PortableServer/ServantActivatorPOA.java index c94866ab259..a6460fa1445 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantActivatorPOA.java +++ b/libjava/classpath/org/omg/PortableServer/ServantActivatorPOA.java @@ -58,7 +58,7 @@ import org.omg.CORBA.portable.ResponseHandler; * You do not need to derive your servant activator from this stub, * it is enough to implement the {@link ServantActivator} interface. * But you may choose to do this if you need the functional - * {@link #_all_interfaces(POA, byte[])} method or want to keep default + * {@link #_all_interfaces(POA, byte[])} method or want to keep default * behavior during the incarnation or etherialization. * </p> */ @@ -134,4 +134,4 @@ public abstract class ServantActivatorPOA { return new delegator(this); } -}
\ No newline at end of file +} |

