mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
remove finals that are not needed much
This commit is contained in:
parent
81ad29fbc1
commit
248c0df2bd
@ -136,7 +136,7 @@ public class MainWindow {
|
||||
/**
|
||||
* This method initializes main controls of the main window
|
||||
*/
|
||||
private void initControlsArea(final Composite controlsArea, final Combo feederSelectionCombo, final Button startStopButton, final StartStopScanningAction startStopScanningAction, final ToolsActions.Preferences preferencesListener, final ToolsActions.ChooseFetchers chooseFetchersListsner) {
|
||||
private void initControlsArea(Composite controlsArea, Combo feederSelectionCombo, Button startStopButton, StartStopScanningAction startStopScanningAction, ToolsActions.Preferences preferencesListener, ToolsActions.ChooseFetchers chooseFetchersListsner) {
|
||||
controlsArea.setLayoutData(formData(new FormAttachment(feederArea), null, new FormAttachment(0), new FormAttachment(feederArea, 0, SWT.BOTTOM)));
|
||||
|
||||
// start/stop button
|
||||
|
||||
Loading…
Reference in New Issue
Block a user