Updating Javadoc for exclusion CIDR blocks

Follow-up to e5fb0b6
This commit is contained in:
Andrew Phillips 2014-10-12 19:02:34 -04:00
parent 489850d7db
commit 024009f211
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ public class IpPermission implements Comparable<IpPermission> {
}
/**
* source of traffic is a all but this exclusionCidrBlocks
* Traffic whose source matches any of these CIDR blocks will be blocked
*/
@Beta
public Set<String> getExclusionCidrBlocks() {