From a10ac06fb24bd8d044e7fa7be77057e6a61f083e Mon Sep 17 00:00:00 2001 From: Hammy Date: Mon, 7 Jun 2021 02:38:29 +0100 Subject: [PATCH] Update documentation --- src/main/java/org/goudham/me/Response.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/goudham/me/Response.java b/src/main/java/org/goudham/me/Response.java index 56fa3fc..61c9079 100644 --- a/src/main/java/org/goudham/me/Response.java +++ b/src/main/java/org/goudham/me/Response.java @@ -4,8 +4,7 @@ import org.goudham.me.api.entity.series.Series; import org.goudham.me.api.entity.waifu.Waifu; /** - * This is returned to the User when called by methods in {@link MyWaifuClient} - *
+ * This is returned to the User when called by methods in {@link MyWaifuClient}. * E.g {@link MyWaifuClient#getWaifu(Integer)} *
* Given a successful response, {@link #entity} will be populated with the requested entity.