Skip to content

Commit

Permalink
No visible change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 382141204
  • Loading branch information
java-team-github-bot authored and Guice Team committed Jun 29, 2021
1 parent c1c1a76 commit 7d7e3da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/com/google/inject/AbstractModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit 7d7e3da

Please sign in to comment.