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

Commit b36d8b5

Browse files
committed
Make CBLVersion internal
CBLVersion is not public API so making it internal.
1 parent 510427b commit b36d8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import java.util.Locale;
2525

26-
public class CBLVersion {
26+
class CBLVersion {
2727

2828
static String userAgent = null;
2929

0 commit comments

Comments
 (0)