Skip to content
Snippets Groups Projects
Commit 6f50c826 authored by buczekp's avatar buczekp
Browse files

[LMS-1634] changed bean visibility

SVN: 16994
parent 94ba1a69
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ import javax.xml.bind.annotation.XmlElement;
*
* @author Manuel Kohler
*/
public class ChipResultsSummary
class ChipResultsSummary
{
private Long clusterCountPF;
......
......@@ -34,7 +34,7 @@ import javax.xml.bind.annotation.XmlRootElement;
* @author Manuel Kohler
*/
@XmlRootElement(name = "Summary")
public class IlluminaSummary
class IlluminaSummary
{
private ChipResultsSummary chipResultsSummary;
......
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