Skip to content
Snippets Groups Projects
Commit f6c00c3b authored by tpylak's avatar tpylak
Browse files

minor: clean rubbish

SVN: 17157
parent ce3c9c6f
No related branches found
No related tags found
No related merge requests found
......@@ -28,15 +28,15 @@ public class DataSetUploadInfo
private static final String SEPARATOR = ",";
String sample; // may be null
private String sample; // may be null
String experiment; // may be null
private String experiment; // may be null
String[] parents; // may be null
private String[] parents; // may be null
String dataSetType;
private String dataSetType;
String fileType;
private String fileType;
public DataSetUploadInfo()
{
......@@ -106,7 +106,6 @@ public class DataSetUploadInfo
@Override
public String toString()
{
// TODO Auto-generated method stub
StringBuilder builder = new StringBuilder();
if (sample != null)
{
......
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