Skip to content

Commit 5c126c9

Browse files
committed
Fix entity javadoc.
1 parent 634c4a3 commit 5c126c9

File tree

1 file changed

+2
-3
lines changed
  • sdk/common/src/main/java/io/opentelemetry/sdk/resources/internal

1 file changed

+2
-3
lines changed

sdk/common/src/main/java/io/opentelemetry/sdk/resources/internal/Entity.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ public interface Entity {
3737
/**
3838
* Returns a map of attributes that identify the entity.
3939
*
40-
* @return a map of attributes.
40+
* @return the entity identity.
4141
*/
4242
Attributes getId();
4343

4444
/**
4545
* Returns a map of attributes that describe the entity.
4646
*
47-
* @return a map of attributes.
47+
* @return the entity description.
4848
*/
4949
Attributes getDescription();
5050

@@ -53,7 +53,6 @@ public interface Entity {
5353
* does not abide by schema conventions (i.e. is custom).
5454
*
5555
* @return An OpenTelemetry schema URL.
56-
* @since 1.4.0
5756
*/
5857
@Nullable
5958
String getSchemaUrl();

0 commit comments

Comments
 (0)