Small code style refactoring (#2302)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -20,9 +20,9 @@ import lombok.experimental.Accessors;
|
||||
* Update implementation.
|
||||
*/
|
||||
@Data
|
||||
@Accessors(fluent = true) // override locked()
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@ToString(callSuper = true)
|
||||
@Accessors(fluent = true)
|
||||
public class GenericDistributionSetUpdate extends AbstractDistributionSetUpdateCreate<DistributionSetUpdate> implements DistributionSetUpdate {
|
||||
|
||||
@Nullable
|
||||
|
||||
@@ -20,9 +20,9 @@ import lombok.experimental.Accessors;
|
||||
* Update implementation.
|
||||
*/
|
||||
@Data
|
||||
@Accessors(fluent = true) // override locked()
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@ToString(callSuper = true)
|
||||
@Accessors(fluent = true)
|
||||
public class GenericSoftwareModuleUpdate extends AbstractSoftwareModuleUpdateCreate<SoftwareModuleUpdate>
|
||||
implements SoftwareModuleUpdate {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user