Merge pull request #671 from aledsage/Fix-TemplateBuilder-javadoc

Fixes TemplateBuilder.from(...) javadoc
This commit is contained in:
Adrian Cole 2012-06-12 09:51:59 -07:00
commit cea605b2b0
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ public interface TemplateBuilder {
TemplateBuilder fromTemplate(Template image); TemplateBuilder fromTemplate(Template image);
/** /**
* Constructs a new {@code TemplateBuilderSpec} instance with the settings specified in {@code spec}. * Configure and return this template, updating it with the populated values of the given {@code spec}.
* *
* @since 1.5 * @since 1.5
*/ */
@ -64,7 +64,7 @@ public interface TemplateBuilder {
TemplateBuilder from(TemplateBuilderSpec spec); TemplateBuilder from(TemplateBuilderSpec spec);
/** /**
* Constructs a new {@code TemplateBuilder} instance with the settings specified in {@code spec}. * Configure and return this template, updating it with the populated values of the given {@code spec}.
* This is especially useful for command-line configuration of a {@code TemplateBuilder}. * This is especially useful for command-line configuration of a {@code TemplateBuilder}.
* *
* @param spec a String in the format specified by {@link TemplateBuilderSpec} * @param spec a String in the format specified by {@link TemplateBuilderSpec}