Skip to content

Commit fbea872

Browse files
committed
adding package info files and fixing package name issue
1 parent 19d9c02 commit fbea872

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

lib/shared/internal/src/test/java/com/launchdarkly/sdk/internal/fdv2/payloads/FDv2PayloadsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.launchdarkly.sdk.internal.fdv2;
1+
package com.launchdarkly.sdk.internal.fdv2.payloads;
22

33
import com.google.gson.JsonElement;
44
import com.google.gson.stream.JsonReader;
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* Test classes and methods for testing FDv2 payload functionality.
3+
*/
4+
package com.launchdarkly.sdk.internal.fdv2.payloads;
5+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* Test classes and methods for testing FDv2 protocol handler functionality.
3+
*/
4+
package com.launchdarkly.sdk.internal.fdv2.sources;
5+

0 commit comments

Comments
 (0)