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

LMS-1645 minor: add private fields

SVN: 17462
parent a59485c9
No related branches found
No related tags found
No related merge requests found
......@@ -34,12 +34,13 @@ import ch.systemsx.cisd.openbis.plugin.screening.client.web.client.application.u
*/
public class ChannelWidgetWithListener
{
final LayoutContainer container = new LayoutContainer();
final private LayoutContainer container;
final IChanneledViewerFactory viewerFactory;
final private IChanneledViewerFactory viewerFactory;
public ChannelWidgetWithListener(final IChanneledViewerFactory viewerFactory)
{
this.container = new LayoutContainer();
this.viewerFactory = viewerFactory;
}
......
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