Skip to content
Snippets Groups Projects
Commit 6a6537ff authored by anttil's avatar anttil
Browse files

SWE-2 / SP-263: Fix Hudson run

SVN: 26812
parent 859dc94e
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ public class SampleBrowser implements Browser<Sample>
public String toString()
{
String s = "SampleBrowser\n==========\n";
s += "Sample Type Choices: " + sampleTypeList.getChoices() + "\n";
return s + grid.toString();
}
}
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