Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactoring]: Fix package name for EditTokenDialog and related classes #3997

Closed
kwvanderlinde opened this issue Apr 24, 2023 · 1 comment
Closed
Assignees

Comments

@kwvanderlinde
Copy link
Collaborator

Describe the problem

A handful of classes are in the wrong location for their declared packages. This adds some development burden as these look like errors even though everything can build and run just fine.

The improvement you'd like to see

The following classes will have their declared package changed to net.rptools.maptool.client.ui.token.dialog.edit:

  • EditTokenDialog
  • TokenLayoutPanel
  • TokenPropertiesDialog
  • TokenTopologyPanel

Expected Benefits

Errors wil no longer be shown in IDEs for this working code.

Additional Context

No response

@kwvanderlinde
Copy link
Collaborator Author

Closing this off as it's been in the wild for some time with no issues reported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant