Skip to content
Snippets Groups Projects
Commit 8db230a4 authored by izabel's avatar izabel
Browse files

minor: unify TODO formats

SVN: 15105
parent 213889e9
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,6 @@ public interface IEncapsulatedOpenBISService ...@@ -111,7 +111,6 @@ public interface IEncapsulatedOpenBISService
/** /**
* Registers the specified sample. * Registers the specified sample.
* *
* @param userIDOrNull TODO
* @return the technical ID of the new sample * @return the technical ID of the new sample
*/ */
public long registerSample(final NewSample newSample, String userIDOrNull) public long registerSample(final NewSample newSample, String userIDOrNull)
......
...@@ -41,12 +41,12 @@ import ch.systemsx.cisd.openbis.generic.shared.util.DataTypeUtils; ...@@ -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. * 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 * @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 public class GridExpressionUtils
{ {
private static final Logger operationLog = private static final Logger operationLog =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment