Skip to content

Commit b1a6480

Browse files
committed
#230: Fix Javadoc punctuation.
1 parent 56c46cd commit b1a6480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/commercetools/sync/services/ProductService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public interface ProductService {
1717

1818
/**
1919
* 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
20+
* This method then checks if the cached map of product keys -> ids contains the key. If it does, then an
2121
* optional containing the mapped id is returned. If the cache doesn't contain the key; this method attempts to
2222
* fetch the id of the key from the CTP project, caches it and returns a
2323
* {@link CompletionStage}<{@link Optional}<{@link String}>> in which the result of it's completion

0 commit comments

Comments
 (0)