diff options
Diffstat (limited to 'java/src/Ice/ThreadNotification.java')
-rw-r--r-- | java/src/Ice/ThreadNotification.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/Ice/ThreadNotification.java b/java/src/Ice/ThreadNotification.java index 41b687f8f14..1b7aed342b3 100644 --- a/java/src/Ice/ThreadNotification.java +++ b/java/src/Ice/ThreadNotification.java @@ -21,7 +21,7 @@ public interface ThreadNotification { /** * The Ice run time calls <code>start</code> for each new - * thread it creates. The call is made by newly-started thread. + * thread it creates. The call is made by the newly-started thread. **/ void start(); |