Skip to content

Commit 4ca9a1b

Browse files
committed
post-review changes
1 parent c3c9164 commit 4ca9a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/rmi/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/rmi/client/UnicastRefInstrumentation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public void transform(TypeTransformer transformer) {
4141
public static class InvokeAdvice {
4242

4343
public static class AdviceScope {
44-
public Context context;
45-
public Scope scope;
44+
private final Context context;
45+
private final Scope scope;
4646

4747
private AdviceScope(Context context, Scope scope) {
4848
this.context = context;

0 commit comments

Comments
 (0)