Skip to content

Commit adab985

Browse files
Adding new indented code after running: mvn git-code-format:format-code -D"gcf.globPattern=**/*"
1 parent 4534993 commit adab985

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

taglets/src/main/java/org/odftoolkit/odfdom/taglet/OdfAttributeTaglet.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
* In case nothing is been a default path within the JavaDoc resources directory is being used.
4141
*
4242
* <p>For example the taglet <code>{&#64;odf.attribute xml:id}</code> would be resolved without
43-
* variable settings to <code>JAVA_DOC_BASE/resources/OpenDocument-v1.3-os-part3-schema.html#attribute-xml_id
43+
* variable settings to <code>
44+
* JAVA_DOC_BASE/resources/OpenDocument-v1.3-os-part3-schema.html#attribute-xml_id
4445
* </code> .
4546
*/
4647
public class OdfAttributeTaglet implements Taglet {

taglets/src/main/java/org/odftoolkit/odfdom/taglet/OdfDatatypeTaglet.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public class OdfDatatypeTaglet implements Taglet {
4646

4747
private static final Logger LOG = Logger.getLogger(OdfDatatypeTaglet.class.getName());
4848
private static final String NAME = "odf.datatype";
49-
private static final String ODF_SPEC_PATH = "../../../../resources/OpenDocument-v1.3-os-part3-schema.html";
49+
private static final String ODF_SPEC_PATH =
50+
"../../../../resources/OpenDocument-v1.3-os-part3-schema.html";
5051
private static String mOdfSpecPath = null;
5152

5253
/* FINDING THE ABSOLUTE PATH TO THE ODF SPEC IN HTML:

taglets/src/main/java/org/odftoolkit/odfdom/taglet/OdfElementTaglet.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
* In case nothing is been a default path within the JavaDoc resources directory is being used.
4141
*
4242
* <p>For example the taglet <code>{&#64;odf.element text:span}</code> would be resolved without
43-
* variable settings to <code>JAVA_DOC_BASE/resources/OpenDocument-v1.3-os-part3-schema.html#element-text_span
43+
* variable settings to <code>
44+
* JAVA_DOC_BASE/resources/OpenDocument-v1.3-os-part3-schema.html#element-text_span
4445
* </code> .
4546
*/
4647
public class OdfElementTaglet implements Taglet {

0 commit comments

Comments
 (0)