1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-05 23:22:51 +00:00

Missing javadoc entry for AccountDetails

This commit is contained in:
2012-01-22 22:33:21 -02:00
parent cd835e2064
commit bcb9f6dbca

View File

@@ -31,6 +31,8 @@ package com.rogiel.httpchannel.service;
* quota</li> * quota</li>
* <li>{@link BandwidthQuotaAccountDetails} - for services that have limited * <li>{@link BandwidthQuotaAccountDetails} - for services that have limited
* bandwidth quota</li> * bandwidth quota</li>
* <li>{@link FilesizeLimitAccountDetails} - for services that have limited
* file sizes depending on the account</li>
* </ul> * </ul>
* You should not try to cast instances by yourself, instead they should be * You should not try to cast instances by yourself, instead they should be
* safely casted as such: * safely casted as such: