Skip to content

Commit 26e670a

Browse files
committed
Clean up comments
1 parent d624eb1 commit 26e670a

File tree

8 files changed

+10
-11
lines changed

8 files changed

+10
-11
lines changed

test/callbacks/callbackWithAttributes3.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
function result = callbackWithAttributes3()
22
% Test callback function for asynchronous instruments that uses attributes
3+
% in a dictionary
34
%
4-
% Copyright 2024 The MathWorks, Inc.
5+
% Copyright 2025 The MathWorks, Inc.
56

67
value = 30;
78
result = opentelemetry.metrics.ObservableResult;

test/tformat.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
classdef tformat < matlab.unittest.TestCase
2-
% tests for setting format in the exporter
2+
% Tests for setting format in the exporter
33

4-
% Copyright 2023-2024 The MathWorks, Inc.
4+
% Copyright 2025 The MathWorks, Inc.
55

66
properties
77
OtelConfigFile

test/thttpheaders.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
classdef thttpheaders < matlab.unittest.TestCase
22
% tests for setting HTTPHeaders in the exporter
33

4-
% Copyright 2023-2024 The MathWorks, Inc.
4+
% Copyright 2025 The MathWorks, Inc.
55

66
properties
77
OtelConfigFile

test/tjsonbytesmapping.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
classdef tjsonbytesmapping < matlab.unittest.TestCase
22
% tests for setting JsonBytesMapping in the exporter
33

4-
% Copyright 2023-2024 The MathWorks, Inc.
4+
% Copyright 2025 The MathWorks, Inc.
55

66
properties
77
OtelConfigFile

test/tmetrics.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -748,9 +748,7 @@ function testAsynchronousInstrumentMultipleCallbacks(testCase, create_async, dat
748748
end
749749

750750
function testAsynchronousInstrumentDictionaryCallback(testCase, create_async, datapoint_name)
751-
% removeCallback method
752-
%callback = @callbackNoAttributes3;
753-
751+
% Test for attributes in a dictionary
754752
p = opentelemetry.sdk.metrics.MeterProvider(testCase.ShortIntervalReader);
755753
mt = p.getMeter("foo");
756754
ct = create_async(mt, @callbackWithAttributes3, "bar", "", "", testCase.CallbackTimeout);

test/ttimeout.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
classdef ttimeout < matlab.unittest.TestCase
22
% tests for setting Timeout in the exporter
33

4-
% Copyright 2023-2024 The MathWorks, Inc.
4+
% Copyright 2025 The MathWorks, Inc.
55

66
properties
77
OtelConfigFile

test/ttrace_sdk.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function testAlwaysOnSampler(testCase)
112112
end
113113

114114
function testParentBasedSampler(testCase)
115-
% testAlwaysOnSampler: should produce all spans
115+
% testParentBasedSampler: should produce all spans
116116
tracername = "tracer - AlwaysOnSampler";
117117
spanname = "span - AlwaysOnSampler";
118118

test/tusejsonname.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
classdef tusejsonname < matlab.unittest.TestCase
22
% tests for setting UseJsonName in the exporter
33

4-
% Copyright 2023-2024 The MathWorks, Inc.
4+
% Copyright 2025 The MathWorks, Inc.
55

66
properties
77
OtelConfigFile

0 commit comments

Comments
 (0)