Remove empty lines
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
@@ -141,5 +141,4 @@ public class SoftwareModuleDetails extends AbstractNamedVersionedEntityTableDeta
|
||||
protected String getDetailsHeaderCaptionId() {
|
||||
return SPUIComponetIdProvider.TARGET_DETAILS_HEADER_LABEL_ID;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -206,6 +206,5 @@ public class SoftwareModuleTable extends AbstractNamedVersionTable<SoftwareModul
|
||||
@Override
|
||||
protected void setDataAvailable(final boolean available) {
|
||||
artifactUploadState.setNoDataAvilableSoftwareModule(!available);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -185,5 +185,4 @@ public class ArtifactUploadState implements ManagmentEntityState<Long>, Serializ
|
||||
public void setSelectedBaseSoftwareModule(final SoftwareModule selectedBaseSoftwareModule) {
|
||||
this.selectedBaseSoftwareModule = selectedBaseSoftwareModule;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -148,5 +148,4 @@ public abstract class AbstractConfirmationWindowLayout extends VerticalLayout {
|
||||
deletesDsIcon.addClickListener(clickListener);
|
||||
return deletesDsIcon;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user