Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-lbw committed Jan 4, 2022
1 parent 33ae3c6 commit 615250d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
import org.slf4j.LoggerFactory;

/**
* This class encapsules the generated result objects to keep the SDK stable in terms of changes
* within the underlying AE protocol
* This class encapsules the mapping of generated result objects and takes care of error handling.
* This is done to keep the SDK stable in terms of changes within the underlying AE protocol
*
* @param <T> the generated ae result object class
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
import lombok.experimental.SuperBuilder;

/**
* This object result wrapper introduces the error handling when returning simple string from node
* calls
* This object result wrapper introduces the error handling when returning object from node calls
*/
@Getter
@SuperBuilder(toBuilder = true)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public interface MiddlewareService {
NameAuctionsResult blockingGetNameAuctions();

/**
* synchronously returns the result object of all name auctions filtered and paginated by the given
* criteria
* synchronously returns the result object of all name auctions filtered and paginated by the
* given criteria
*
* @param sortBy sort by criteria
* @param sortDirection the direction of sorting
Expand Down

0 comments on commit 615250d

Please sign in to comment.