Files
gerrit/java/com
Han-Wen Nienhuys cbdfa3865a Avoid passing @Singleton to args4j
args4j writes into the fields marked with @Option. Since the
@Singleton object is shared by all incoming requests, this leads to
race conditions.

Change-Id: I9b28e95b055bf09aa5941262afe444990f754b08
2020-12-23 10:45:12 +00:00
..