CVS: jcontainer/loom/engine/src/java/org/jcontainer/loom/components/util/profile ComponentProfile.java,1.4,1.5 PartitionProfile.java,1.3,1.4

Peter Donald <pdonald-yCVjj/[email protected]> Wed, 3 Dec 2003 04:45:17 -0600
Newsgroups gmane.comp.java.jcontainer.cvs
Message-ID <[email protected]>
Update of /cvsroot/jcontainer/jcontainer/loom/engine/src/java/org/jcontainer/loom/components/util/profile
In directory hogshead.codehaus.org:/tmp/cvs-serv21491/engine/src/java/org/jcontainer/loom/components/util/profile

Modified Files:
	ComponentProfile.java PartitionProfile.java 
Log Message:
Styled codebase


Index: ComponentProfile.java
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/engine/src/java/org/jcontainer/loom/components/util/profile/ComponentProfile.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ComponentProfile.java	29 Nov 2003 13:44:27 -0000	1.4
+++ ComponentProfile.java	3 Dec 2003 10:44:43 -0000	1.5
@@ -24,14 +24,10 @@
     /** An empty array of component profiles. */
     public static final ComponentProfile[] EMPTY_SET = new ComponentProfile[ 0 ];
 
-    /**
-     * The ComponentInfo that describes the type of this component.
-     */
+    /** The ComponentInfo that describes the type of this component. */
     private final ComponentInfo m_info;
 
-    /**
-     * The ComponentTemplate that describes this component.
-     */
+    /** The ComponentTemplate that describes this component. */
     private final ComponentTemplate m_metaData;
 
     /**

Index: PartitionProfile.java
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/engine/src/java/org/jcontainer/loom/components/util/profile/PartitionProfile.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- PartitionProfile.java	29 Nov 2003 13:44:27 -0000	1.3
+++ PartitionProfile.java	3 Dec 2003 10:44:43 -0000	1.4
@@ -26,14 +26,10 @@
     /** The PartitionTemplate for this partition. */
     private final PartitionTemplate m_metaData;
 
-    /**
-     * An array of partitions that are contained by this object.
-     */
+    /** An array of partitions that are contained by this object. */
     private final PartitionProfile[] m_partitions;
 
-    /**
-     * An array of partitions that are contained by this object.
-     */
+    /** An array of partitions that are contained by this object. */
     private final ComponentProfile[] m_components;
 
     /**