Skip to content

Commit

Permalink
Revert "Fix #226: Make Device from UserAgent class Serializable"
Browse files Browse the repository at this point in the history
This reverts commit ce77359.
  • Loading branch information
banterCZ committed Nov 16, 2023
1 parent e3aa3ff commit 6f8a9ed
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
import lombok.Data;
import lombok.extern.slf4j.Slf4j;

import java.io.Serial;
import java.io.Serializable;
import java.util.regex.Matcher;
import java.util.regex.Pattern;

Expand All @@ -32,10 +30,7 @@
public final class UserAgent {

@Data
public static class Device implements Serializable {

@Serial
private static final long serialVersionUID = -1710283885057764817L;
public static class Device {
private String networkVersion;
private String language;
private String connection;
Expand Down

0 comments on commit 6f8a9ed

Please sign in to comment.