Skip to content

Commit

Permalink
Removed serialVersionUID
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Klock <[email protected]>
  • Loading branch information
klockla committed Nov 27, 2024
1 parent 10863ed commit 9a426b3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

public class URLQueue extends PriorityQueue<InternalURL> implements QueueInterface {

private static final long serialVersionUID = 1787185139558575689L;

public URLQueue(InternalURL initial) {
this.add(initial);
}
Expand Down

0 comments on commit 9a426b3

Please sign in to comment.