Skip to content

Commit

Permalink
change serialVersionUID since internals changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Mar 16, 2017
1 parent 2fc2dc1 commit a848912
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions slf4j-api/src/main/java/org/slf4j/helpers/BasicMarker.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
*/
public class BasicMarker implements Marker {

private static final long serialVersionUID = 1803952589649545191L;

private static final long serialVersionUID = -2849567615646933777L;
private final String name;
private List<Marker> referenceList = new CopyOnWriteArrayList<Marker>();

Expand Down

0 comments on commit a848912

Please sign in to comment.