From 9f342be4219fbfec8dd15e4a30c80b042b17e897 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Tue, 14 Dec 2010 12:57:39 +0000
Subject: [PATCH] LMS-1920 minor: TODO

SVN: 19133
---
 .../client/application/detailviewers/LogicalImageViewer.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/LogicalImageViewer.java b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/LogicalImageViewer.java
index 80ea1048eb2..18e6b34d92f 100644
--- a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/LogicalImageViewer.java
+++ b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/detailviewers/LogicalImageViewer.java
@@ -248,7 +248,7 @@ public class LogicalImageViewer
     }
 
     /** Creates a widget with a representative image of the specified logical image. */
-    // TODO 2010-12-10, Tomasz Pylak: implement me!
+    // TODO 2010-12-10, Tomasz Pylak: change the implementation to use representative images
     public static LayoutContainer createRepresentativeImage(LogicalImageReference images,
             String channel, String sessionId, int imageWidth, int imageHeight,
             boolean createImageLinks)
-- 
GitLab