From 1f6967b019676d8c29cacf355bada1ae0a3b543f Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Mon, 11 Jan 2010 16:29:32 +0000
Subject: [PATCH] minor: improve javadoc

SVN: 14233
---
 .../ch/systemsx/cisd/common/concurrent/MonitoringProxy.java | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/common/source/java/ch/systemsx/cisd/common/concurrent/MonitoringProxy.java b/common/source/java/ch/systemsx/cisd/common/concurrent/MonitoringProxy.java
index b3b04f05c24..3a8c389f032 100644
--- a/common/source/java/ch/systemsx/cisd/common/concurrent/MonitoringProxy.java
+++ b/common/source/java/ch/systemsx/cisd/common/concurrent/MonitoringProxy.java
@@ -79,11 +79,9 @@ import ch.systemsx.cisd.common.logging.LogLevel;
  * <p>
  * <i>Note:</i> A MonitoringProxy object can only be used safely from more than one thread if
  * <ol>
- * <li>The proxied object is thread-safe
- * <li>
+ * <li>The proxied object is thread-safe</li>
  * <li>No observer / sensor pattern is used to detect activity (can produce "false negatives" on
- * hanging method calls)
- * <li>
+ * hanging method calls)</li>
  * </ol>
  * 
  * @author Bernd Rinn
-- 
GitLab