Skip to content

Commit

Permalink
[NONE] Fix invalid binding in CustomNodeExample.
Browse files Browse the repository at this point in the history
  • Loading branch information
nyssen committed Jul 19, 2017
1 parent c06bb86 commit 4ddfb66
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ public IContentPart<? extends Node> createContentPart(Object content,

public static class CustomModule extends ZestFxModule {

@Override
protected void configure() {
super.configure();
bindIContentPartFactory();
}

protected void bindIContentPartFactory() {
binder().bind(IContentPartFactory.class)
.toInstance(new CustomContentPartFactory());
Expand Down

0 comments on commit 4ddfb66

Please sign in to comment.