Insert missing return
This commit is contained in:
parent
2a8e635177
commit
939f3d2c1d
@ -63,7 +63,7 @@ public class CloudEntityMapper extends EntityMapper<CloudEntity, Cloud> {
|
|||||||
.withUsername(entity.getUsername()) //
|
.withUsername(entity.getUsername()) //
|
||||||
.build();
|
.build();
|
||||||
case S3:
|
case S3:
|
||||||
aS3Cloud() //
|
return aS3Cloud() //
|
||||||
.withId(entity.getId()) //
|
.withId(entity.getId()) //
|
||||||
.withS3Endpoint(entity.getUrl()) //
|
.withS3Endpoint(entity.getUrl()) //
|
||||||
.withS3Region(entity.getS3Region()) //
|
.withS3Region(entity.getS3Region()) //
|
||||||
|
Loading…
x
Reference in New Issue
Block a user