Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
voila-runtimes
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
mice
voila-runtimes
Commits
6ba79255
Commit
6ba79255
authored
4 years ago
by
Ciro Dolce
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
c98721cb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
voila-runtime-rtftemplate/src/main/java/net/sourceforge/rtf/helper/RTFTemplateBuilder.java
+4
-4
4 additions, 4 deletions
...n/java/net/sourceforge/rtf/helper/RTFTemplateBuilder.java
with
4 additions
and
4 deletions
voila-runtime-rtftemplate/src/main/java/net/sourceforge/rtf/helper/RTFTemplateBuilder.java
+
4
−
4
View file @
6ba79255
...
@@ -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 UnsupportedRTF
DocumentTransformer
* @throws UnsupportedRTF
Template exception.
*/
*/
public
RTFTemplate
newRTFTemplate
(
String
rtfTemplateType
)
public
RTFTemplate
newRTFTemplate
(
String
rtfTemplateType
)
throws
UnsupportedRTFTemplate
{
throws
UnsupportedRTFTemplate
{
RTFTemplate
rtfTemplate
=
(
RTFTemplate
)
RTFTemplate
rtfTemplate
=
(
RTFTemplate
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment