Skip to content
Snippets Groups Projects
Commit 7af695db authored by felmer's avatar felmer
Browse files

LMS-2587 ReportDescription.toString() returns label

SVN: 23391
parent 68ea6677
No related branches found
No related tags found
No related merge requests found
...@@ -76,4 +76,12 @@ public class ReportDescription implements Serializable ...@@ -76,4 +76,12 @@ public class ReportDescription implements Serializable
this.dataSetTypes = dataSetTypes; this.dataSetTypes = dataSetTypes;
} }
/**
* Returns the label.
*/
@Override
public String toString()
{
return label;
}
} }
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