Skip to content

Commit 95da58b

Browse files
Replace duplicate literal with constant
1 parent 6b2c6b8 commit 95da58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/testing-internal/src/main/java/io/opentelemetry/api/testing/internal/AbstractDefaultLoggerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public abstract class AbstractDefaultLoggerTest {
2525
protected abstract LoggerProvider getLoggerProvider();
2626

2727
protected abstract Logger getLogger();
28-
private static final String ScopeName = "scope-name";
28+
private static final String ScopeName = "scope-name";
2929

3030
@Test
3131
void noopLoggerProvider_doesNotThrow() {

0 commit comments

Comments
 (0)