diff options
Diffstat (limited to 'libjava/classpath/org/omg/PortableServer/ServantLocatorPOA.java')
| -rw-r--r-- | libjava/classpath/org/omg/PortableServer/ServantLocatorPOA.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/org/omg/PortableServer/ServantLocatorPOA.java b/libjava/classpath/org/omg/PortableServer/ServantLocatorPOA.java index 8e9c7aeb59a..c598aa8bdf1 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantLocatorPOA.java +++ b/libjava/classpath/org/omg/PortableServer/ServantLocatorPOA.java @@ -59,7 +59,7 @@ import org.omg.PortableServer.ServantLocatorPackage.CookieHolder; * You do not need to derive your servant locator from this stub, * it is enough to implement the {@link ServantLocator} interface. * But you may choose to do this if you need its functional - * {@link org.omg.PortableServer.ServantActivatorPOA.delegator#_ids()} + * {@link org.omg.PortableServer.ServantActivatorPOA.delegator#_ids()} * method or want to keep default behaviour during pre- or post- invokcations. * </p> * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) @@ -143,4 +143,4 @@ public abstract class ServantLocatorPOA return THIS._all_interfaces(null, null); } } -}
\ No newline at end of file +} |

