Skip to content

Commit 4e281ad

Browse files
committed
minor cleanup
1 parent 9febe27 commit 4e281ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation/redisson/redisson-3.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/redisson/v3_0/RedisConnectionInstrumentation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static class AdviceScope {
4444
private final Context context;
4545
private final Scope scope;
4646

47-
public AdviceScope(RedissonRequest request, Context context, Scope scope) {
47+
private AdviceScope(RedissonRequest request, Context context, Scope scope) {
4848
this.request = request;
4949
this.context = context;
5050
this.scope = scope;

instrumentation/redisson/redisson-3.17/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/redisson/v3_17/RedisConnectionInstrumentation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static class AdviceScope {
4444
private final Context context;
4545
private final Scope scope;
4646

47-
public AdviceScope(RedissonRequest request, Context context, Scope scope) {
47+
private AdviceScope(RedissonRequest request, Context context, Scope scope) {
4848
this.request = request;
4949
this.context = context;
5050
this.scope = scope;

0 commit comments

Comments
 (0)