Skip to content

Commit

Permalink
Bug 565143 - [Passage] floating licensing
Browse files Browse the repository at this point in the history
removed unnecessary serialUID

Signed-off-by: Nikifor Fedorov <zelenyhleb@gmail.com>
  • Loading branch information
zelenyhleb committed Aug 6, 2020
1 parent cadcd44 commit dfa1926
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
*/
public class LicenseAlreadyTakenException extends Exception {

/**
*
*/
private static final long serialVersionUID = 950020125519095982L;

public LicenseAlreadyTakenException(ConditionPack conditionPack) {
super("License is already taken: " + conditionPack.toString()); //$NON-NLS-1$
}
Expand Down

0 comments on commit dfa1926

Please sign in to comment.