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 aa8575f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -970,9 +970,9 @@ public void listURLs(
urliter.close();
} catch (IOException e1) {
LOG.warn("Error closing URLIterator", e1);
}
}
}
}

responseObserver.onCompleted();
}
Expand Down
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 aa8575f

Please sign in to comment.