summaryrefslogtreecommitdiff
path: root/java/src/Ice/ThreadNotification.java
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2009-07-20 13:16:17 +1000
committerMichi Henning <michi@zeroc.com>2009-07-20 13:16:17 +1000
commit09eabfe43746b4db696223a426197e6196e1efce (patch)
tree6a80bc8338b1f5b38816acb18912fff26aed291f /java/src/Ice/ThreadNotification.java
parentbug 2806 - Java holder changes for class/interface types (diff)
downloadice-09eabfe43746b4db696223a426197e6196e1efce.tar.bz2
ice-09eabfe43746b4db696223a426197e6196e1efce.tar.xz
ice-09eabfe43746b4db696223a426197e6196e1efce.zip
Bug 3502 - Improve javadoc support in Eclipse
Fixed many doc comments in Java and Slice and added doc comments for C#.
Diffstat (limited to 'java/src/Ice/ThreadNotification.java')
-rw-r--r--java/src/Ice/ThreadNotification.java2
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();