]> source.dussan.org Git - poi.git/commitdiff
Fix inconsistent indents
authorNick Burch <nick@apache.org>
Fri, 13 Mar 2015 17:17:47 +0000 (17:17 +0000)
committerNick Burch <nick@apache.org>
Fri, 13 Mar 2015 17:17:47 +0000 (17:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1666518 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/openxml4j/opc/PackageRelationshipTypes.java

index bee45e536648ee0008aa3339c7b024e0abe6d6ad..5d9801cd896daceb085af4db2eb225fc7c8dd83b 100644 (file)
@@ -21,8 +21,8 @@ package org.apache.poi.openxml4j.opc;
  * Relationship types.
  */
 public interface PackageRelationshipTypes {
-       /**
-        * Core properties relationship type.
+    /**
+     * Core properties relationship type.
      *
      *  <p>
      *  The standard specifies a source relations ship for the Core File Properties part as follows:
@@ -33,86 +33,86 @@ public interface PackageRelationshipTypes {
      *   <code>http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties.</code>
      * </p>
      * See 2.1.33 Part 1 Section 15.2.11.1, Core File Properties Part in [MS-OE376].pdf
-        */
-       String CORE_PROPERTIES = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties";
+     */
+    String CORE_PROPERTIES = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties";
 
     /**
      * Core properties relationship type as defiend in ECMA 376.
-      */
+     */
     String CORE_PROPERTIES_ECMA376 = "http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties";
 
-       /**
-        * Digital signature relationship type.
-        */
-       String DIGITAL_SIGNATURE = "http://schemas.openxmlformats.org/package/2006/relationships/digital-signature/signature";
+    /**
+     * Digital signature relationship type.
+     */
+    String DIGITAL_SIGNATURE = "http://schemas.openxmlformats.org/package/2006/relationships/digital-signature/signature";
 
-       /**
-        * Digital signature certificate relationship type.
-        */
-       String DIGITAL_SIGNATURE_CERTIFICATE = "http://schemas.openxmlformats.org/package/2006/relationships/digital-signature/certificate";
+    /**
+     * Digital signature certificate relationship type.
+     */
+    String DIGITAL_SIGNATURE_CERTIFICATE = "http://schemas.openxmlformats.org/package/2006/relationships/digital-signature/certificate";
 
-       /**
-        * Digital signature origin relationship type.
-        */
-       String DIGITAL_SIGNATURE_ORIGIN = "http://schemas.openxmlformats.org/package/2006/relationships/digital-signature/origin";
+    /**
+     * Digital signature origin relationship type.
+     */
+    String DIGITAL_SIGNATURE_ORIGIN = "http://schemas.openxmlformats.org/package/2006/relationships/digital-signature/origin";
 
-       /**
-        * Thumbnail relationship type.
-        */
-       String THUMBNAIL = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail";
+    /**
+     * Thumbnail relationship type.
+     */
+    String THUMBNAIL = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail";
 
-       /**
-        * Extended properties relationship type.
-        */
-       String EXTENDED_PROPERTIES = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties";
+    /**
+     * Extended properties relationship type.
+     */
+    String EXTENDED_PROPERTIES = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties";
 
     /**
      * Extended properties relationship type for strict ooxml.
      */
     String STRICT_EXTENDED_PROPERTIES = "http://purl.oclc.org/ooxml/officeDocument/relationships/extendedProperties";
 
-       /**
-        * Custom properties relationship type.
-        */
-       String CUSTOM_PROPERTIES = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties";
-       
-       /**
-        * Core document relationship type.
-        */
-       String CORE_DOCUMENT = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument";
+    /**
+     * Custom properties relationship type.
+     */
+    String CUSTOM_PROPERTIES = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties";
+
+    /**
+     * Core document relationship type.
+     */
+    String CORE_DOCUMENT = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument";
 
     /**
      * Core document relationship type for strict ooxml.
      */
     String STRICT_CORE_DOCUMENT = "http://purl.oclc.org/ooxml/officeDocument/relationships/officeDocument";
 
-       /**
-        * Custom XML relationship type.
-        */
-       String CUSTOM_XML = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml";
+    /**
+     * Custom XML relationship type.
+     */
+    String CUSTOM_XML = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml";
 
-       /**
-        * Image type.
-        */
-       String IMAGE_PART = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image";
+    /**
+     * Image type.
+     */
+    String IMAGE_PART = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image";
 
     /**
      * Hyperlink type.
      */
     String HYPERLINK_PART = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink";
 
-       /**
-        * Style type.
-        */
-       String STYLE_PART = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles";
-       
-       /**
-        * External Link to another Document
-        */
-       String EXTERNAL_LINK_PATH = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath";
-
-       /**
-        * Visio 2010 VSDX equivalent of package {@link #CORE_DOCUMENT}
-        */
-       String VISIO_CORE_DOCUMENT = "http://schemas.microsoft.com/visio/2010/relationships/document";
+    /**
+     * Style type.
+     */
+    String STYLE_PART = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles";
+
+    /**
+     * External Link to another Document
+     */
+    String EXTERNAL_LINK_PATH = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath";
+
+    /**
+     * Visio 2010 VSDX equivalent of package {@link #CORE_DOCUMENT}
+     */
+    String VISIO_CORE_DOCUMENT = "http://schemas.microsoft.com/visio/2010/relationships/document";
 }