summaryrefslogtreecommitdiff
path: root/java/src/Ice/Util.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/Util.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/Util.java')
-rw-r--r--java/src/Ice/Util.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/java/src/Ice/Util.java b/java/src/Ice/Util.java
index 1e07bc26296..064dd607257 100644
--- a/java/src/Ice/Util.java
+++ b/java/src/Ice/Util.java
@@ -9,6 +9,9 @@
package Ice;
+/**
+ * Utility methods for the Ice run time.
+ **/
public final class Util
{
/**
@@ -456,7 +459,7 @@ public final class Util
/**
* Returns the process-wide logger.
*
- * The process-wide logger.
+ * @return The process-wide logger.
**/
public static Logger
getProcessLogger()
@@ -478,7 +481,7 @@ public final class Util
/**
* Changes the process-wide logger.
*
- * @param The new process-wide logger.
+ * @param logger The new process-wide logger.
**/
public static void
setProcessLogger(Logger logger)
@@ -490,7 +493,7 @@ public final class Util
}
/**
- * Returns the Ice version in the form <code>A.B.C,</code>, where <code>A</code> indicates the
+ * Returns the Ice version in the form <code>A.B.C</code>, where <code>A</code> indicates the
* major version, <code>B</code> indicates the minor version, and <code>C</code> indicates the
* patch level.
*