mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Restore RemoteApiOptions method accessibility after use
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=246161567
This commit is contained in:
@@ -38,6 +38,7 @@ public class RemoteApiOptionsUtil {
|
||||
+ " Stop using RemoteApiOptionsUtil.");
|
||||
method.setAccessible(true);
|
||||
method.invoke(options, stream);
|
||||
method.setAccessible(false);
|
||||
return options;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user