Move GroupInfoCache to com.google.gerrit.server.group
Change-Id: Iec919640de7a7fc8e63ce5acb55a224501121ecd
This commit is contained in:
		| @@ -16,8 +16,8 @@ package com.google.gerrit.server.account; | ||||
|  | ||||
| import com.google.common.collect.Maps; | ||||
| import com.google.gerrit.common.data.GroupDescription; | ||||
| import com.google.gerrit.common.data.GroupInfoCache; | ||||
| import com.google.gerrit.reviewdb.client.AccountGroup; | ||||
| import com.google.gerrit.server.group.GroupInfoCache; | ||||
| import com.google.inject.Inject; | ||||
|  | ||||
| import java.util.Map; | ||||
|   | ||||
| @@ -12,8 +12,9 @@ | ||||
| // See the License for the specific language governing permissions and | ||||
| // limitations under the License. | ||||
| 
 | ||||
| package com.google.gerrit.common.data; | ||||
| package com.google.gerrit.server.group; | ||||
| 
 | ||||
| import com.google.gerrit.common.data.GroupInfo; | ||||
| import com.google.gerrit.reviewdb.client.AccountGroup; | ||||
| 
 | ||||
| import java.util.Collections; | ||||
		Reference in New Issue
	
	Block a user
	 David Pursehouse
					David Pursehouse