No visible change.

PiperOrigin-RevId: 382141204
This commit is contained in:
Guice Team
2021-06-29 12:31:41 -07:00
committed by Guice Team
parent c1c1a763d0
commit 7d7e3da20c
@@ -55,6 +55,8 @@ public abstract class AbstractModule implements Module {
Binder binder;
public AbstractModule() {}
@Override
public final synchronized void configure(Binder builder) {
checkState(this.binder == null, "Re-entry is not allowed.");