Skip to content
Snippets Groups Projects
Commit 6ba79255 authored by Ciro Dolce's avatar Ciro Dolce
Browse files

update

parent c98721cb
Branches
Tags
No related merge requests found
...@@ -76,10 +76,10 @@ public class RTFTemplateBuilder { ...@@ -76,10 +76,10 @@ public class RTFTemplateBuilder {
* exception <code>UnsupportedRTFTemplate</code> if template * exception <code>UnsupportedRTFTemplate</code> if template
* type is not supported. * type is not supported.
* *
* @param RTFfDocument Type (fmRTFTemplate, vmRTFTemplate,...) * @param rtfTemplateType the rtfTemplateType.
* @return * @return the result.
* @throws UnsupportedRTFDocumentTransformer * @throws UnsupportedRTFTemplate exception.
*/ */
public RTFTemplate newRTFTemplate(String rtfTemplateType) public RTFTemplate newRTFTemplate(String rtfTemplateType)
throws UnsupportedRTFTemplate { throws UnsupportedRTFTemplate {
RTFTemplate rtfTemplate = (RTFTemplate) RTFTemplate rtfTemplate = (RTFTemplate)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment