mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 20:17:51 +02:00
Restore RemoteApiOptions method accessibility after use
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=246161567
This commit is contained in:
parent
9f017edc2e
commit
abc508712d
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ public class RemoteApiOptionsUtil {
|
||||||
+ " Stop using RemoteApiOptionsUtil.");
|
+ " Stop using RemoteApiOptionsUtil.");
|
||||||
method.setAccessible(true);
|
method.setAccessible(true);
|
||||||
method.invoke(options, stream);
|
method.invoke(options, stream);
|
||||||
|
method.setAccessible(false);
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue