Merge branch '1.0.x'

This commit is contained in:
Andy Wilkinson
2014-05-30 17:38:31 +01:00
committed by Phillip Webb
2 changed files with 142 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ public class DependencyCustomizer {
return true;
}
}
return DependencyCustomizer.this.canAdd();
return false;
}
};
}