Fixes TemplateBuilder.from(...) javadoc

This commit is contained in:
Aled Sage 2012-06-12 17:39:29 +01:00
parent 5e69df71d1
commit 899cd6ebd1

View File

@ -56,7 +56,7 @@ public interface TemplateBuilder {
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
*/
@ -64,7 +64,7 @@ public interface TemplateBuilder {
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}.
*
* @param spec a String in the format specified by {@link TemplateBuilderSpec}