Skip to content

Commit 5d0cfa8

Browse files
committed
refactor: improved javadoc of getUserAddOns
1 parent 0a1c03e commit 5d0cfa8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/main/java/io/github/isagroup/PricingContext.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,9 @@ public Boolean userAffectedByPricing() {
9696

9797
/**
9898
* This method should return a list with the name of the add-ons contracted by
99-
* the current user.
99+
* the current user. If the pricing don't include add-ons, then just return an empty array.
100100
* With this information, the library will be able to build the subscription of
101-
* the user
102-
* from the configuration.
101+
* the user from the configuration.
103102
*
104103
* @return {@code List<String>} with the current user's contracted add-ons. Add-on names
105104
* should be the same as in the pricing configuration file.

0 commit comments

Comments
 (0)