Skip to content

Commit

Permalink
Fixing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmarquis committed Sep 3, 2015
1 parent 2c87ece commit 4cd8916
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/fluentinterface/proxy/BuilderDelegate.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
* This interface allows for using a custom "Builder" base interface in your project. Please note that a default
* BuilderDelegate implementation is already provided. You do not need to provide a custom delegate if you use
* the provided Builder interface as your own builders' super interface (which is recommended).
* <p/>
* <p>
* Use this delegate when creating your dynamic builders.
* </p>
*
* Ex:
* <pre>
Expand Down

0 comments on commit 4cd8916

Please sign in to comment.