Skip to content

Commit

Permalink
日志对象改名及访问修饰符更改
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed Jul 7, 2013
1 parent 2f3c410 commit f3f174f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
@Service
public class IndexSchedulerService implements ApplicationListener {
protected static final APDPlatLogger LOG = new APDPlatLogger(IndexSchedulerService.class);
private static final APDPlatLogger LOG = new APDPlatLogger(IndexSchedulerService.class);

private static SchedulerFactory sf = new StdSchedulerFactory();
@Resource(name = "serviceFacade")
Expand Down

0 comments on commit f3f174f

Please sign in to comment.