We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1080ec5 commit 01b28a5Copy full SHA for 01b28a5
opengrok-indexer/src/main/java/org/opengrok/indexer/history/AnnotationLine.java
@@ -35,7 +35,7 @@
35
*/
36
public class AnnotationLine implements Serializable {
37
38
- private static final long serialVersionUID = -1;
+ private static final long serialVersionUID = 3402729223485872826L;
39
40
private String revision;
41
private String author;
opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryEntry.java
@@ -42,7 +42,7 @@
42
43
public class HistoryEntry implements Serializable {
44
45
+ private static final long serialVersionUID = 1277313126047397131L;
46
47
private static final Logger LOGGER = LoggerFactory.getLogger(HistoryEntry.class);
48
0 commit comments