> @@ -33,8 +33,8 @@
>  @Singleton
>  public class BlockIdValidator extends Validator<String> {
>     @Override
> -   public void validate(@Nullable String s) throws IllegalArgumentException {
> -      if (s.length() > 64)
> +   public void validate(String s) throws IllegalArgumentException {

Shouldn't this continue to be @Nullable?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/66/files#r5156039

Reply via email to