Skip to content

Commit 01b28a5

Browse files
committed
change the UIDs due to the addition of displayRevision
1 parent 1080ec5 commit 01b28a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/AnnotationLine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
public class AnnotationLine implements Serializable {
3737

38-
private static final long serialVersionUID = -1;
38+
private static final long serialVersionUID = 3402729223485872826L;
3939

4040
private String revision;
4141
private String author;

opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryEntry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*/
4343
public class HistoryEntry implements Serializable {
4444

45-
private static final long serialVersionUID = -1;
45+
private static final long serialVersionUID = 1277313126047397131L;
4646

4747
private static final Logger LOGGER = LoggerFactory.getLogger(HistoryEntry.class);
4848

0 commit comments

Comments
 (0)