commit | d18f8e6057999eb305a359b1e78d8c7d9b4b54ae | [log] [tgz] |
---|---|---|
author | Deniz Türkoglu <deniz@spotify.com> | Mon Jul 23 12:58:54 2012 +0200 |
committer | Deniz Türkoglu <deniz@spotify.com> | Mon Jul 23 13:01:37 2012 +0200 |
tree | 13f00d25d9437d817622d9607e213a7a544813d7 | |
parent | 88531176ec330a7da5380088bbc5b48879497b0b [diff] |
Fix NPE on adding access control for review When adding an access control for review on a completely new project with no base, we get a NullPointerException. This is not the case for direct changes. Moved out the code for finding base to a function to be called in both cases. Change-Id: Ia0453d4f5bef322c2793ce2144671cb09b4d3691