mirror of
https://github.com/google/guice.git
synced 2024-04-21 12:32:36 +00:00
Explain why ErrorsException is ignored in createJustInTimeBindingRecursive internal method.
PiperOrigin-RevId: 373157192
This commit is contained in:
@@ -845,7 +845,8 @@ final class InjectorImpl implements Injector, Lookups {
|
||||
jitDisabled,
|
||||
parent.options.jitDisabled ? JitLimitation.NO_JIT : jitType);
|
||||
} catch (ErrorsException ignored) {
|
||||
// TODO(b/160910914): Why are ErrorsExceptions ignored?
|
||||
// If JIT binding creation failed in parent injector(s), create the JIT binding in this
|
||||
// injector instead.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user