Skip to content

Commit

Permalink
Add serialVersionUID to satisfy SpotBugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Sep 13, 2023
1 parent acf5e4d commit 34622bf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
*/
final class BufferedBuildListener extends OutputStreamTaskListener.Default implements BuildListener, Closeable, SerializableOnlyOverRemoting {

private static final long serialVersionUID = 1;

private static final Logger LOGGER = Logger.getLogger(BufferedBuildListener.class.getName());

private static final Cleaner cleaner = Cleaner.create(new NamingThreadFactory(new DaemonThreadFactory(), BufferedBuildListener.class.getName() + ".cleaner"));
Expand Down

0 comments on commit 34622bf

Please sign in to comment.