Skip to content

Commit

Permalink
Rename enum fields package to enum_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Dec 25, 2023
1 parent 3e3879d commit d7c51c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.objectweb.asm.tree.ClassNode;
import org.quiltmc.enigma_plugin.Arguments;
import org.quiltmc.enigma_plugin.QuiltEnigmaPlugin;
import org.quiltmc.enigma_plugin.index.enumfields.EnumFieldsIndex;
import org.quiltmc.enigma_plugin.index.enum_fields.EnumFieldsIndex;
import org.quiltmc.enigma_plugin.index.simple_type_single.SimpleTypeSingleIndex;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.quiltmc.enigma_plugin.index.enumfields;
package org.quiltmc.enigma_plugin.index.enum_fields;

import org.quiltmc.enigma.api.translation.representation.entry.FieldEntry;
import org.objectweb.asm.tree.ClassNode;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.quiltmc.enigma_plugin.index.enumfields;
package org.quiltmc.enigma_plugin.index.enum_fields;

import org.objectweb.asm.tree.AbstractInsnNode;
import org.objectweb.asm.tree.FieldInsnNode;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.quiltmc.enigma.api.translation.representation.entry.Entry;
import org.quiltmc.enigma.api.translation.representation.entry.FieldEntry;
import org.quiltmc.enigma_plugin.index.JarIndexer;
import org.quiltmc.enigma_plugin.index.enumfields.EnumFieldsIndex;
import org.quiltmc.enigma_plugin.index.enum_fields.EnumFieldsIndex;

import java.util.Map;

Expand Down

0 comments on commit d7c51c6

Please sign in to comment.