Skip to content

Commit

Permalink
Declare 'private static final long' 'serialVersionUID' field.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturobernalg committed Jul 15, 2022
1 parent 431e443 commit e3abb97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Licensed to the Apache Software Foundation (ASF) under one
*/
public class LinkTag extends WikiLinkTag implements ParamHandler, BodyTag {

static final long serialVersionUID = 0L;
private static final long serialVersionUID = 0L;
private static final Logger log = LogManager.getLogger( LinkTag.class );

private String m_version;
Expand Down

0 comments on commit e3abb97

Please sign in to comment.