Skip to content

Commit

Permalink
removed unused string
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioG70 committed Jan 24, 2024
1 parent e488d7d commit e30885f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ private void updateLayout() {
private void createConversionLayout() {
conversionPanel = true;
Label parameterName = new Label(parameter.getName());
String description = null;
final ListBox dropdown = new ListBox();
dropdown.addStyleName(FORM_SELECTBOX);
dropdown.addStyleName(FORM_TEXTBOX_SMALL);
Expand Down

0 comments on commit e30885f

Please sign in to comment.