diff --git a/entry/src/main/java/link/fls/swipestacksample/snackbar/SnackBar.java b/entry/src/main/java/link/fls/swipestacksample/snackbar/SnackBar.java index b5e2c7beba3446ece417679a463c4759916fcaf0..123569d9d7912c8a575ab1ec61cf4b0951775d16 100644 --- a/entry/src/main/java/link/fls/swipestacksample/snackbar/SnackBar.java +++ b/entry/src/main/java/link/fls/swipestacksample/snackbar/SnackBar.java @@ -174,9 +174,9 @@ public class SnackBar { * * @param messageId the resource id of the string to display * @return this builder - * @throws NotExistException - * @throws WrongTypeException - * @throws IOException + * @throws NotExistException NotExistException + * @throws WrongTypeException WrongTypeException + * @throws IOException IOException */ public Builder withMessageId(int messageId) throws NotExistException, WrongTypeException, IOException { mMessage = mContext.getResourceManager().getSolidXml(messageId).getRoot().getStringValue(); @@ -199,9 +199,9 @@ public class SnackBar { * * @param actionMessageResId the resource id of the string to display * @return this builder - * @throws NotExistException - * @throws WrongTypeException - * @throws IOException + * @throws NotExistException NotExistException + * @throws WrongTypeException WrongTypeException + * @throws IOException IOException */ public Builder withActionMessageId(int actionMessageResId) throws NotExistException, WrongTypeException, IOException { if (actionMessageResId > 0) {