~elambert/gearman-java/rejected_exec

« back to all changes in this revision

Viewing changes to src/main/java/org/gearman/worker/DefaultGearmanFunctionFactory.java

  • Committer: Eric Lambert
  • Date: 2011-01-27 06:58:27 UTC
  • Revision ID: eric.d.lambert@gmail.com-20110127065827-v2opytwcxgt60ybg
fixed PMD warnings regarding unused imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
package org.gearman.worker;
8
8
 
9
 
import java.util.logging.Level;
10
 
import java.util.logging.Logger;
11
9
import org.gearman.common.Constants;
12
10
import org.slf4j.LoggerFactory;
13
11