Addressed IDE hints.

This commit is contained in:
U-BASIS\dgrove 2018-03-07 17:27:11 -05:00
parent 7eadf5c7ac
commit 3a010a9da9
2 changed files with 2 additions and 3 deletions

View File

@ -25,7 +25,7 @@
</Group> </Group>
<Component id="detectionSettingsLabel" min="-2" max="-2" attributes="0"/> <Component id="detectionSettingsLabel" min="-2" max="-2" attributes="0"/>
</Group> </Group>
<EmptySpace pref="155" max="32767" attributes="0"/> <EmptySpace pref="145" max="32767" attributes="0"/>
</Group> </Group>
</Group> </Group>
</DimensionLayout> </DimensionLayout>

View File

@ -18,7 +18,6 @@
*/ */
package org.sleuthkit.autopsy.modules.photoreccarver; package org.sleuthkit.autopsy.modules.photoreccarver;
import org.sleuthkit.autopsy.coreutils.Logger;
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings; import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel; import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel;
@ -80,7 +79,7 @@ final class PhotoRecCarverIngestJobSettingsPanel extends IngestModuleIngestJobSe
.addGap(10, 10, 10) .addGap(10, 10, 10)
.addComponent(keepCorruptedFilesCheckbox)) .addComponent(keepCorruptedFilesCheckbox))
.addComponent(detectionSettingsLabel)) .addComponent(detectionSettingsLabel))
.addContainerGap(155, Short.MAX_VALUE)) .addContainerGap(145, Short.MAX_VALUE))
); );
layout.setVerticalGroup( layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)