Skip to content

Commit a3b144f

Browse files
committed
formatting
1 parent 4ab435e commit a3b144f

File tree

1 file changed

+2
-2
lines changed
  • cloudplatform/connectivity-destination-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity

1 file changed

+2
-2
lines changed

cloudplatform/connectivity-destination-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/DestinationService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import javax.annotation.Nonnull;
1717
import javax.annotation.Nullable;
1818

19-
import lombok.Setter;
2019
import org.apache.commons.lang3.exception.ExceptionUtils;
2120

2221
import com.github.benmanes.caffeine.cache.Caffeine;
@@ -42,6 +41,7 @@
4241
import lombok.Getter;
4342
import lombok.NoArgsConstructor;
4443
import lombok.RequiredArgsConstructor;
44+
import lombok.Setter;
4545
import lombok.extern.slf4j.Slf4j;
4646

4747
/**
@@ -451,7 +451,7 @@ static boolean isGetAllDocumentsPrepended()
451451
return getAllDocumentsPrepended;
452452
}
453453

454-
@Nonnull
454+
@Nonnull
455455
static com.github.benmanes.caffeine.cache.Cache<CacheKey, Destination> instanceSingle()
456456
{
457457
throwIfDisabled();

0 commit comments

Comments
 (0)