Skip to content

Commit

Permalink
Align annotation package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 14, 2024
1 parent 7f588f9 commit 468b048
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* Annotations for the modded Minecraft context.
*/
package cloud.commandframework.minecraft.modded.annotation;
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
//
package cloud.commandframework.minecraft.modded.annotations.specifier;
package cloud.commandframework.minecraft.modded.annotation.specifier;

import cloud.commandframework.minecraft.modded.parser.VanillaArgumentParsers;
import java.lang.annotation.ElementType;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* Specifier annotations for the modded Minecraft context.
*/
package cloud.commandframework.minecraft.modded.annotation.specifier;

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import cloud.commandframework.brigadier.CloudBrigadierManager;
import cloud.commandframework.brigadier.argument.WrappedBrigadierParser;
import cloud.commandframework.minecraft.modded.ModdedParserParameters;
import cloud.commandframework.minecraft.modded.annotations.specifier.Center;
import cloud.commandframework.minecraft.modded.annotation.specifier.Center;
import cloud.commandframework.minecraft.modded.data.Coordinates;
import cloud.commandframework.minecraft.modded.data.Message;
import cloud.commandframework.minecraft.modded.data.MinecraftTime;
Expand Down

0 comments on commit 468b048

Please sign in to comment.