rename GroupRepositoryImpl file

This commit is contained in:
Mengyi Zhou 2015-05-26 18:19:40 +08:00
parent c93a7c4723
commit 1e00043661

View file

@ -18,7 +18,7 @@ import java.util.List;
* @date: 3/7/2015.
*/
@Repository("groupRepository")
public class AppRepositoryImpl implements GroupRepository {
public class GroupRepositoryImpl implements GroupRepository {
@Resource
private GroupSync groupSync;
@Resource