🏎️ move ListingResult & ListingType into auction package

Took 43 seconds
This commit is contained in:
Kiran Hart 2023-10-27 10:16:33 -04:00
parent 6b040183b6
commit 22d82a94b2
No known key found for this signature in database
GPG Key ID: 5F36C7BC79D3EBC3
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package ca.tweetzy.auctionhouse.api;
package ca.tweetzy.auctionhouse.auction;
public enum ListingResult {

View File

@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package ca.tweetzy.auctionhouse.api;
package ca.tweetzy.auctionhouse.auction;
public enum ListingType {