Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 9f05e5e

Browse files
committed
Fix javadoc, bump version
1 parent 8511539 commit 9f05e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111

1212
allprojects {
1313
group = 'com.launchdarkly'
14-
version = "0.6.0"
14+
version = "0.7.0"
1515
sourceCompatibility = 1.6
1616
targetCompatibility = 1.6
1717
}

src/main/java/com/launchdarkly/client/LDClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public void flush() {
263263
/**
264264
* Puts the LaunchDarkly client in offline mode.
265265
* In offline mode, all calls to {@link #getFlag(String, LDUser, boolean)} will return the default value, and
266-
* {@link #track(String, LDUser, com.google.gson.JsonObject)} will be a no-op.
266+
* {@link #track(String, LDUser, com.google.gson.JsonElement)} will be a no-op.
267267
*
268268
*/
269269
public void setOffline() {

0 commit comments

Comments
 (0)