We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c46cd commit b1a6480Copy full SHA for b1a6480
1 file changed
src/main/java/com/commercetools/sync/services/ProductService.java
@@ -17,7 +17,7 @@ public interface ProductService {
17
18
/**
19
* Given a {@code key}, if it is blank (null/empty), a completed future with an empty optional is returned.
20
- * This method then checks if the cached map of product keys -> ids contains the key, if it does, then an
+ * This method then checks if the cached map of product keys -> ids contains the key. If it does, then an
21
* optional containing the mapped id is returned. If the cache doesn't contain the key; this method attempts to
22
* fetch the id of the key from the CTP project, caches it and returns a
23
* {@link CompletionStage}<{@link Optional}<{@link String}>> in which the result of it's completion
0 commit comments