Merge branch '1.0.x'

This commit is contained in:
Andy Wilkinson
2014-05-30 23:26:59 +01:00
committed by Phillip Webb
2 changed files with 142 additions and 1 deletions
@@ -97,7 +97,7 @@ public class DependencyCustomizer {
return true;
}
}
return DependencyCustomizer.this.canAdd();
return false;
}
};
}