Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NickStefan committed Sep 14, 2023
1 parent 0a2c9c1 commit 951f42c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import org.springframework.boot.context.properties.ConfigurationProperties;

/**
* Configuration properties for the Hightouch Analytics client. Since the client only supports writes
* at this point, the write key is the only (and required) property.
* Configuration properties for the Hightouch Analytics client. Since the client only supports
* writes at this point, the write key is the only (and required) property.
*
* @author Christopher Smith
*/
Expand Down
4 changes: 2 additions & 2 deletions analytics/src/main/java/com/hightouch/analytics/Callback.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public interface Callback {
* Invoked when the message is successfully uploaded to Hightouch.
*
* <p>Note: The Hightouch HTTP API itself is asynchronous, so this doesn't indicate whether the
* message was sent to all integrations or not — just that the message was sent to the Hightouch API
* and will be sent to integrations at a later time.
* message was sent to all integrations or not — just that the message was sent to the Hightouch
* API and will be sent to integrations at a later time.
*/
void success(Message message);

Expand Down

0 comments on commit 951f42c

Please sign in to comment.