Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-14 02:27:37 +0000
committerslewis2007-10-14 02:27:37 +0000
commitb3e23b57e1c33f445665ba14d70f2712739e5475 (patch)
tree24f1e4f3eaa76d6b73a9267f74e66e9edc29a00a /framework
parent7f14fe75104dedc353908a9306726a5f9d32bac1 (diff)
downloadorg.eclipse.ecf-b3e23b57e1c33f445665ba14d70f2712739e5475.tar.gz
org.eclipse.ecf-b3e23b57e1c33f445665ba14d70f2712739e5475.tar.xz
org.eclipse.ecf-b3e23b57e1c33f445665ba14d70f2712739e5475.zip
javadocs fixes
Diffstat (limited to 'framework')
-rw-r--r--framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.java b/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.java
index d96d36ad3..e1919afa5 100644
--- a/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.java
+++ b/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.java
@@ -54,7 +54,7 @@ public class QueueEnqueueImpl implements IQueueEnqueue {
*/
/**
* @param elements
- * @return
+ * @return Object
* @throws QueueException not thrown by this implementation.
*/
public Object enqueue_prepare(Event[] elements) throws QueueException {

Back to the top