From 6877fe76d9ba6e83829207fee2cba5bedf6b56f8 Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Fri, 24 Jun 2011 07:30:24 +0000
Subject: [PATCH] minor: TODOs cleanup

SVN: 21838
---
 .../ch/systemsx/cisd/openbis/dss/client/api/cli/CommandPut.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/client/api/cli/CommandPut.java b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/client/api/cli/CommandPut.java
index e8a46473c32..071b53c8cb1 100644
--- a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/client/api/cli/CommandPut.java
+++ b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/client/api/cli/CommandPut.java
@@ -180,7 +180,7 @@ class CommandPut extends AbstractDssCommand<CommandPut.CommandPutArguments>
             return ResultCode.OK;
         }
 
-        // TODO 2011-31-05, Piotr Buczek: support for creating new data set attached to a container
+        // TODO 2011-05-31, Piotr Buczek: support for creating new data set attached to a container
         private NewDataSetDTO getNewDataSet() throws IOException
         {
             // Get the owner
-- 
GitLab