Remove empty lines

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-04-08 10:12:16 +02:00
parent 08e0dc4b3d
commit a021630c04
4 changed files with 0 additions and 4 deletions

View File

@@ -141,5 +141,4 @@ public class SoftwareModuleDetails extends AbstractNamedVersionedEntityTableDeta
protected String getDetailsHeaderCaptionId() {
return SPUIComponetIdProvider.TARGET_DETAILS_HEADER_LABEL_ID;
}
}

View File

@@ -206,6 +206,5 @@ public class SoftwareModuleTable extends AbstractNamedVersionTable<SoftwareModul
@Override
protected void setDataAvailable(final boolean available) {
artifactUploadState.setNoDataAvilableSoftwareModule(!available);
}
}

View File

@@ -185,5 +185,4 @@ public class ArtifactUploadState implements ManagmentEntityState<Long>, Serializ
public void setSelectedBaseSoftwareModule(final SoftwareModule selectedBaseSoftwareModule) {
this.selectedBaseSoftwareModule = selectedBaseSoftwareModule;
}
}

View File

@@ -148,5 +148,4 @@ public abstract class AbstractConfirmationWindowLayout extends VerticalLayout {
deletesDsIcon.addClickListener(clickListener);
return deletesDsIcon;
}
}