Skip to content

Commit

Permalink
Cleanup outdated initialization comment/package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Dec 18, 2024
1 parent 483b800 commit 06e0965
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recaf-core/src/main/java/software/coley/recaf/Bootstrap.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ private static SeContainer createContainer() {
weld.addExtension(EagerInitializationExtension.getInstance());

// Setup bean discovery
// - one instance for base package in API
// - one instance for base package in Core
logger.info("CDI: Registering bean packages");
weld.addPackage(true, RecafConstants.class);
weld.addPackage(true, Recaf.class);

// Handle user-defined action
Expand Down

0 comments on commit 06e0965

Please sign in to comment.