Skip to content

Commit

Permalink
Refactored the KawaiiAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed Jun 21, 2024
1 parent c440b8f commit fdd6681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class RequestBuilder {
* Creates a new {@link RequestBuilder}.
* @param requestRoute The {@link RequestRoute} of the {@link Request}.
*/
public RequestBuilder(RequestRoute requestRoute) {
public RequestBuilder(final RequestRoute requestRoute) {
apiURL = requestRoute.getLink();
}

Expand Down

0 comments on commit fdd6681

Please sign in to comment.