Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Nov 26, 2023
1 parent 3510f29 commit fa669c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bootique-job/src/main/java/io/bootique/job/JobsModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@
public class JobsModule implements BQModule, BQModuleProvider {

private static final Logger LOGGER = LoggerFactory.getLogger(JobsModule.class);
private static final String CONFIG_PREFIX = "jobs";

private static final TypeRef<Map<String, JobGraphNodeFactory>> CONFIG_PROTO = new TypeRef<>() {
};

static final String CONFIG_PREFIX = "jobs";

/**
* Returns an instance of {@link JobsModuleExtender} used by downstream modules to load custom job-related extensions,
* specifically to load job classes. Should be invoked from a custom module {@link BQModule#configure(Binder)} method.
Expand Down

0 comments on commit fa669c7

Please sign in to comment.