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

minor refactoring: add private and final modifiers

SVN: 9703
parent e8c4d6ef
No related branches found
No related tags found
No related merge requests found
...@@ -81,17 +81,17 @@ public final class PropertyTypeAssignmentForm extends LayoutContainer ...@@ -81,17 +81,17 @@ public final class PropertyTypeAssignmentForm extends LayoutContainer
private ExperimentTypeSelectionWidget experimentTypeSelectionWidget; private ExperimentTypeSelectionWidget experimentTypeSelectionWidget;
PropertyTypeSelectionWidget propertyTypeSelectionWidget; private PropertyTypeSelectionWidget propertyTypeSelectionWidget;
private Field<?> defaultValueField; private Field<?> defaultValueField;
private CheckBox mandatoryCheckbox; private CheckBox mandatoryCheckbox;
private InfoBox infoBox; private final InfoBox infoBox;
private FormPanel formPanel; private final FormPanel formPanel;
private EntityKind entityKind; private final EntityKind entityKind;
public PropertyTypeAssignmentForm(final IViewContext<ICommonClientServiceAsync> viewContext, public PropertyTypeAssignmentForm(final IViewContext<ICommonClientServiceAsync> viewContext,
EntityKind entityKind) EntityKind entityKind)
......
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