From 8db230a47f9719aeb7759ef5fd1680f43b6f1ff5 Mon Sep 17 00:00:00 2001
From: izabel <izabel>
Date: Wed, 10 Mar 2010 14:44:14 +0000
Subject: [PATCH] minor: unify TODO formats

SVN: 15105
---
 .../dss/generic/shared/IEncapsulatedOpenBISService.java     | 1 -
 .../client/web/server/calculator/GridExpressionUtils.java   | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/shared/IEncapsulatedOpenBISService.java b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/shared/IEncapsulatedOpenBISService.java
index f9388065f27..5b02f9128bf 100644
--- a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/shared/IEncapsulatedOpenBISService.java
+++ b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/shared/IEncapsulatedOpenBISService.java
@@ -111,7 +111,6 @@ public interface IEncapsulatedOpenBISService
     /**
      * Registers the specified sample.
      * 
-     * @param userIDOrNull TODO
      * @return the technical ID of the new sample
      */
     public long registerSample(final NewSample newSample, String userIDOrNull)
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/server/calculator/GridExpressionUtils.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/server/calculator/GridExpressionUtils.java
index 23388c5c3b5..aabe02c1659 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/server/calculator/GridExpressionUtils.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/server/calculator/GridExpressionUtils.java
@@ -41,12 +41,12 @@ import ch.systemsx.cisd.openbis.generic.shared.util.DataTypeUtils;
 
 /**
  * Utility class containing functions helpful with dealing with grid custom filters or columns.
- * TODO: (CR) Instead of a bunch of static methods, this should be refactored using the Command
- * pattern to GridExpressionFilterCommand and GridExpressionColumnCommand. The arguments to the
- * functions should become ivars.
  * 
  * @author Izabela Adamczyk
  */
+// TODO 2010-02-16, CR: Instead of a bunch of static methods, this should be refactored using the
+// Command pattern to GridExpressionFilterCommand and GridExpressionColumnCommand. The arguments to
+// the functions should become ivars.
 public class GridExpressionUtils
 {
     private static final Logger operationLog =
-- 
GitLab