Created
May 8, 2012 22:03
-
-
Save domix/2639748 to your computer and use it in GitHub Desktop.
Codenarc marks the following enum with UnnecessaryPackageReference violation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.company.payment | |
enum PaymentStatus { | |
APPROVED, | |
REJECTED, | |
CANCELLED, | |
UNDETERMINED | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment