> @@ -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 {

Based on @andrewgaul's comment, shall we then keep `@Nullable` and move on? 
Agreed that there are more interesting questions to solve.

Thanks, @jkew!

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

Reply via email to