Skip to content
Snippets Groups Projects
Commit f356310f authored by ribeaudc's avatar ribeaudc
Browse files

remove:

- TODO

SVN: 3102
parent 07d9621d
No related branches found
No related tags found
No related merge requests found
...@@ -171,8 +171,6 @@ public class Format implements IStorable ...@@ -171,8 +171,6 @@ public class Format implements IStorable
* They can be found in <code>metadata/parameters</code> directory. Default implementation returns an empty list. * They can be found in <code>metadata/parameters</code> directory. Default implementation returns an empty list.
* </p> * </p>
*/ */
// TODO 2007-12-05, Christian Ribeaud: Right place for this here? This gets lost as soon as Format gets instantiated
// in the runtime.
public List<String> getParameterNames() public List<String> getParameterNames()
{ {
return Collections.emptyList(); return Collections.emptyList();
......
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