style: trim multiline indentation to 4 spaces
All checks were successful
CI / build-with-it (11, 1.2.0) (push) Successful in 56s
CI / build-with-it (17, 1.2.0) (push) Successful in 56s
CI / build-with-it (21, 1.2.0) (push) Successful in 51s
CI / build-with-it (17, 1.19.0) (push) Successful in 49s
CI / build-with-it (11, 1.19.0) (push) Successful in 51s
CI / build-with-it (true, 21, 1.19.0) (push) Successful in 57s

This commit is contained in:
Stefan Kalscheuer 2025-04-11 17:20:24 +02:00
parent d51af06e29
commit e9aeda9a55
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
19 changed files with 264 additions and 263 deletions

View File

@ -16,11 +16,11 @@
package de.stklcode.jvault.connector.model.response; package de.stklcode.jvault.connector.model.response;
import com.fasterxml.jackson.annotation.JsonSetter;
import java.util.Map; import java.util.Map;
import java.util.Objects; import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonSetter;
/** /**
* Response entity for transit operations. * Response entity for transit operations.
* *

View File

@ -115,6 +115,7 @@ public abstract class VaultDataResponse implements VaultResponse {
public final String getMountType() { public final String getMountType() {
return mountType; return mountType;
} }
@Override @Override
public boolean equals(Object o) { public boolean equals(Object o) {
if (this == o) { if (this == o) {