aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/rtf/rtflib/rtfdoc/IRtfBookmarkContainer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/fop/rtf/rtflib/rtfdoc/IRtfBookmarkContainer.java')
-rwxr-xr-xsrc/java/org/apache/fop/rtf/rtflib/rtfdoc/IRtfBookmarkContainer.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/java/org/apache/fop/rtf/rtflib/rtfdoc/IRtfBookmarkContainer.java b/src/java/org/apache/fop/rtf/rtflib/rtfdoc/IRtfBookmarkContainer.java
index eb0533b15..e5c69afc0 100755
--- a/src/java/org/apache/fop/rtf/rtflib/rtfdoc/IRtfBookmarkContainer.java
+++ b/src/java/org/apache/fop/rtf/rtflib/rtfdoc/IRtfBookmarkContainer.java
@@ -67,15 +67,15 @@ import java.io.IOException;
public interface IRtfBookmarkContainer
{
- /**
- * Create a new RTF bookmark.
- *
- * @param bookmark Name of the bookmark
- *
- * @return RTF bookmark
- *
- * @throws IOException On eror
- */
- RtfBookmark newBookmark (String bookmark) throws IOException;
+ /**
+ * Create a new RTF bookmark.
+ *
+ * @param bookmark Name of the bookmark
+ *
+ * @return RTF bookmark
+ *
+ * @throws IOException On eror
+ */
+ RtfBookmark newBookmark (String bookmark) throws IOException;
}