Skip to content

Commit 0cfdd47

Browse files
committed
profiles: add abstractions to assist dictionary table assembly.
1 parent ef7e59d commit 0cfdd47

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

exporters/otlp/profiles/src/main/java/io/opentelemetry/exporter/otlp/profiles/DictionaryTable.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
*
2222
* <p>For a given Object o, after i = putIfAbsent(o), then getTable().get(i).equals(o);
2323
*
24-
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
25-
* at any time.
26-
*
2724
* @param <T> the type of elements maintained by this table. The type should implement equals and
2825
* hashCode in a manner consistent with Set/Map key expectations.
2926
*/

exporters/otlp/profiles/src/main/java/io/opentelemetry/exporter/otlp/profiles/ProfileDictionaryCompositor.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
* references a non-existing element.
2727
*
2828
* <p>This class is not threadsafe and must be externally synchronized.
29-
*
30-
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
31-
* at any time.
3229
*/
3330
public class ProfileDictionaryCompositor {
3431

0 commit comments

Comments
 (0)