Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove unused @slf4j annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos A. Munoz committed Aug 26, 2013
1 parent e522f8d commit b547912
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Expand Up @@ -32,8 +32,6 @@
import org.jboss.seam.security.Identity;
import org.jboss.seam.security.RunAsOperation;

import lombok.extern.slf4j.Slf4j;

/**
* This class executes a Runnable Process asynchronously. Do not use this class directly.
* Use {@link org.zanata.async.TaskExecutor} instead.
Expand All @@ -43,7 +41,6 @@
@Name("asynchronousTaskExecutor")
@Scope(ScopeType.STATELESS)
@AutoCreate
@Slf4j
public class AsynchronousTaskExecutor
{
@Asynchronous
Expand Down
3 changes: 0 additions & 3 deletions zanata-war/src/main/java/org/zanata/async/TaskExecutor.java
Expand Up @@ -27,8 +27,6 @@
import org.jboss.seam.annotations.Scope;
import org.jboss.seam.security.Identity;

import lombok.extern.slf4j.Slf4j;

/**
* This component executes {@link org.zanata.async.AsyncTask} instances.
* It is generally more advisable to use the {@link org.zanata.service.AsyncTaskManagerService}
Expand All @@ -39,7 +37,6 @@
@Name("taskExecutor")
@Scope(ScopeType.STATELESS)
@AutoCreate
@Slf4j
public class TaskExecutor
{
@In
Expand Down

0 comments on commit b547912

Please sign in to comment.