Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit a989b47

Browse files
committed
Corrected source file name in source headers
1 parent 9ddafca commit a989b47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

shared/src/main/java/com/couchbase/lite/AbstractDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Database.java
2+
// AbstractDatabase.java
33
//
44
// Copyright (c) 2017 Couchbase, Inc All rights reserved.
55
//

shared/src/main/java/com/couchbase/lite/AbstractReplicator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Replicator.java
2+
// AbstractReplicator.java
33
//
44
// Copyright (c) 2017 Couchbase, Inc All rights reserved.
55
//

shared/src/main/java/com/couchbase/lite/ConcurrencyControl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// LiveQuery.java
2+
// ConcurrencyControl.java
33
//
44
// Copyright (c) 2017 Couchbase, Inc All rights reserved.
55
//

0 commit comments

Comments
 (0)