diff options
Diffstat (limited to 'libjava/classpath/org/omg/PortableInterceptor/ServerIdHelper.java')
| -rw-r--r-- | libjava/classpath/org/omg/PortableInterceptor/ServerIdHelper.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/org/omg/PortableInterceptor/ServerIdHelper.java b/libjava/classpath/org/omg/PortableInterceptor/ServerIdHelper.java index 84ffdfa8e66..34240e81aaf 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ServerIdHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ServerIdHelper.java @@ -50,7 +50,7 @@ import org.omg.CORBA.portable.OutputStream; * The Server Id is defined in OMG specification just as a narrow (not wide) * string. As such, the Server Id needs no helper, but one is included in * the API anyway. - * + * * @since 1.5 * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) @@ -116,4 +116,4 @@ public abstract class ServerIdHelper { output.write_string(value); } -}
\ No newline at end of file +} |

