svn changeset:26111/svn branch:6.8
Change-Id: I8585c9022b78381a40d9008b0d489aecd741b011
* @param templateStream
* Stream containing template data. Must be using UTF-8 encoding.
* To use a String as a template use for instance new
- * ByteArrayInputStream("<template>".getBytes()).
+ * ByteArrayInputStream("<template>".getBytes()).
* @param streamLength
* Length of the templateStream
* @throws IOException
/**
* Constructor for custom layout with given template name. Template file is
- * fetched from "<theme>/layout/<templateName>".
+ * fetched from "<theme>/layout/<templateName>".
*/
public CustomLayout(String template) {
this();