Skip to content

Commit 5a383fc

Browse files
committed
fixup! Copyedit JavaDoc documentation (#83)
1 parent 3efe45f commit 5a383fc

File tree

1 file changed

+2
-2
lines changed
  • classic-sdk/core/src/main/java/com/microsoft/applicationinsights/telemetry

1 file changed

+2
-2
lines changed

classic-sdk/core/src/main/java/com/microsoft/applicationinsights/telemetry/BaseTelemetry.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public TelemetryContext getContext() {
3939
}
4040

4141
/**
42-
* Gets a map of application-defined property names and values providing additional
43-
* information about this event.
42+
* Gets a map of application-defined property names and values providing additional information
43+
* about this event.
4444
*/
4545
@Override
4646
public Map<String, String> getProperties() {

0 commit comments

Comments
 (0)