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

Commit

Permalink
Revert API-breaking change to CBLVersion (#1882)
Browse files Browse the repository at this point in the history
* Revert API-breaking change to CBLVersion

* Fix build errors
  • Loading branch information
bmeike committed Mar 15, 2019
1 parent e044bd5 commit 5a7da40
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;

import com.couchbase.lite.core.CBLVersion;


/**
* Replicator configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
package com.couchbase.lite.core;
package com.couchbase.lite;

import android.os.Build;

import java.util.Locale;

import com.couchbase.lite.BuildConfig;
import com.couchbase.lite.internal.core.C4;


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import org.json.JSONException;

import com.couchbase.lite.core.CBLVersion;
import com.couchbase.lite.internal.core.C4BlobStore;
import com.couchbase.lite.internal.core.C4Constants;
import com.couchbase.lite.internal.core.C4Constants.C4DatabaseFlags;
Expand Down
1 change: 0 additions & 1 deletion shared/src/main/java/com/couchbase/lite/FileLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;

import com.couchbase.lite.core.CBLVersion;
import com.couchbase.lite.internal.core.C4Constants;
import com.couchbase.lite.internal.core.C4Log;
import com.couchbase.lite.internal.support.Log;
Expand Down

0 comments on commit 5a7da40

Please sign in to comment.