Skip to content

Commit

Permalink
remove @service
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed Dec 1, 2015
1 parent 323caaf commit 1076c49
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import org.aspectj.lang.reflect.MethodSignature;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;

import com.baidu.disconf.client.common.annotations.DisconfFile;
import com.baidu.disconf.client.common.annotations.DisconfFileItem;
Expand All @@ -27,7 +26,6 @@
* @author liaoqiqi
* @version 2014-6-11
*/
@Service
@Aspect
public class DisconfAspectJ {

Expand Down

0 comments on commit 1076c49

Please sign in to comment.