Skip to content

Commit 30632e4

Browse files
committed
Revert "add session to TokenType"
This reverts commit f25ce9c.
1 parent f25ce9c commit 30632e4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • NetLicensingClient/src/main/java/com/labs64/netlicensing/domain/vo

NetLicensingClient/src/main/java/com/labs64/netlicensing/domain/vo/TokenType.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ public enum TokenType {
2525

2626
PASSWORDRESET,
2727

28-
SHOP,
29-
30-
SESSION;
28+
SHOP;
3129

3230
public static TokenType parseString(final String token) {
3331
if (token != null) {

0 commit comments

Comments
 (0)