diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-05-26 22:26:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-26 14:26:24 +0200 |
commit | 0ddd9edc94bc0c872109acd0b845163b073ceb6a (patch) | |
tree | e8cad5d9d86105dfce6809489c9f6409a3a5ffc2 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 573e8452bf2e9a3e1ca94f736c2b441796ad4b92 (diff) | |
download | skyhanni-0ddd9edc94bc0c872109acd0b845163b073ceb6a.tar.gz skyhanni-0ddd9edc94bc0c872109acd0b845163b073ceb6a.tar.bz2 skyhanni-0ddd9edc94bc0c872109acd0b845163b073ceb6a.zip |
Backend: Use less deprecated LorenzVec functions (#1556)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/ComposterConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/ComposterConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/ComposterConfig.java index 653a3a243..867f63426 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/ComposterConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/composter/ComposterConfig.java @@ -7,8 +7,8 @@ import com.google.gson.annotations.Expose; import io.github.notenoughupdates.moulconfig.annotations.Accordion; import io.github.notenoughupdates.moulconfig.annotations.ConfigEditorBoolean; import io.github.notenoughupdates.moulconfig.annotations.ConfigEditorDropdown; -import io.github.notenoughupdates.moulconfig.annotations.ConfigOption; import io.github.notenoughupdates.moulconfig.annotations.ConfigLink; +import io.github.notenoughupdates.moulconfig.annotations.ConfigOption; public class ComposterConfig { @Expose |