diff --git a/httpchannel-api/src/main/java/com/rogiel/httpchannel/service/AccountDetails.java b/httpchannel-api/src/main/java/com/rogiel/httpchannel/service/AccountDetails.java index f848a3f..ccbfbd5 100644 --- a/httpchannel-api/src/main/java/com/rogiel/httpchannel/service/AccountDetails.java +++ b/httpchannel-api/src/main/java/com/rogiel/httpchannel/service/AccountDetails.java @@ -31,6 +31,8 @@ package com.rogiel.httpchannel.service; * quota *
  • {@link BandwidthQuotaAccountDetails} - for services that have limited * bandwidth quota
  • + *
  • {@link FilesizeLimitAccountDetails} - for services that have limited + * file sizes depending on the account
  • * * You should not try to cast instances by yourself, instead they should be * safely casted as such: