src/main/java/com/yeshi/buwan/sohu/SoHuUtil.java
@@ -49,21 +49,6 @@
   @Resource
   private VideoResourceDao videoResourceDao;
   public SoHuVideoDao getSoHuVideoDao() {
      return soHuVideoDao;
   }
   public void setSoHuVideoDao(SoHuVideoDao soHuVideoDao) {
      this.soHuVideoDao = soHuVideoDao;
   }
   public SoHuService getSoHuService() {
      return soHuService;
   }
   public void setSoHuService(SoHuService soHuService) {
      this.soHuService = soHuService;
   }
   public static List<RootCategory> getCategory() {
      List<RootCategory> list = SoHuApi.rootCategoryList();