Skip to content

Commit

Permalink
Use google Inject not javax
Browse files Browse the repository at this point in the history
  • Loading branch information
Draycia authored and jpenilla committed Mar 7, 2024
1 parent 6006e45 commit 4ab163e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
*/
package net.draycia.carbon.common.messages;

import com.google.inject.Singleton;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
import javax.inject.Singleton;
import net.kyori.adventure.audience.Audience;
import net.kyori.moonshine.receiver.IReceiverLocator;
import net.kyori.moonshine.receiver.IReceiverLocatorResolver;
Expand Down

0 comments on commit 4ab163e

Please sign in to comment.