Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
package com.linkedin.d2.discovery;

/**
* Denotes a data format or other error occured during serialization or deserialization.
* Denotes a data format or other error occurred during serialization or deserialization.
* @author Steven Ihde
* @version $Revision: $
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
package com.linkedin.d2.discovery.stores;

/**
* Denotes a communication error occured during an operation on a PropertyStore.
* Denotes a communication error occurred during an operation on a PropertyStore.
* @author Steven Ihde
* @version $Revision: $
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void onSuccess(T result)

/**
* Returns a new callback which defers invocation of another callback until a specified
* number of onSuccess() or onError() calls to the new callback have occured.
* number of onSuccess() or onError() calls to the new callback have occurred.
*
* @param callback
* the underlying callback
Expand Down