Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
edaf08f3
Commit
edaf08f3
authored
16 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
minor refactoring: add private and final modifiers
SVN: 9703
parent
e8c4d6ef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/property_type/PropertyTypeAssignmentForm.java
+4
-4
4 additions, 4 deletions
...lication/ui/property_type/PropertyTypeAssignmentForm.java
with
4 additions
and
4 deletions
openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/property_type/PropertyTypeAssignmentForm.java
+
4
−
4
View file @
edaf08f3
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment