Skip to content

Commit 08ecd75

Browse files
committed
Move package-info.
1 parent fc4d44c commit 08ecd75

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

lib/shared/common/src/main/java/com/launchdarkly/sdk/collections/package-info.java

Lines changed: 0 additions & 4 deletions
This file was deleted.

lib/shared/common/src/test/java/com/launchdarkly/sdk/collections/package-info.java

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* Internal collection utilities.
3+
* <p>
4+
* This package contains collection utilities used internally by the SDK. Classes in this package
5+
* are not part of the public API and may change without notice.
6+
*/
7+
package com.launchdarkly.sdk.internal.collections;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Tests for internal collection utilities.
3+
*/
4+
package com.launchdarkly.sdk.internal.collections;

0 commit comments

Comments
 (0)