Skip to content

Commit

Permalink
refactor: use com.google.inject.Inject
Browse files Browse the repository at this point in the history
  • Loading branch information
azurejelly committed Aug 31, 2024
1 parent d1f8d7a commit 8a8adc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.vexsoftware.nuvotifier.standalone.service.impl;

import com.google.inject.Inject;
import com.vexsoftware.nuvotifier.standalone.service.Service;
import com.vexsoftware.nuvotifier.standalone.plugin.StandaloneVotifierPlugin;
import jakarta.inject.Inject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down

0 comments on commit 8a8adc9

Please sign in to comment.