Skip to content

Commit

Permalink
Fix Javadoc typos in KiwiResponses (#1214)
Browse files Browse the repository at this point in the history
Fix Javadoc on the apply methods which have a "tha" instead of "that"
  • Loading branch information
sleberknight authored Nov 1, 2024
1 parent 815f776 commit 08d2f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/kiwiproject/jaxrs/KiwiResponses.java
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ public static void accept(Response response, Consumer<Response> responseConsumer
}

/**
* Given a {@link Response} Supplier, perform an action tha returns a result using one of the given functions.
* Given a {@link Response} Supplier, perform an action that returns a result using one of the given functions.
* <p>
* Ensures the response is closed after performing the action.
*
Expand All @@ -855,7 +855,7 @@ public static <T> T apply(Supplier<Response> responseSupplier,
}

/**
* Given a {@link Response}, perform an action tha returns a result using the given function.
* Given a {@link Response}, perform an action that returns a result using the given function.
* <p>
* Ensures the response is closed after performing the action.
*
Expand Down

0 comments on commit 08d2f57

Please sign in to comment.