krysalis-version/src/java/org/krysalis/version/formatting/mask Mask.java,1.5,1.6

[email protected]
Newsgroups gmane.comp.krysalis.sandbox
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/krysalis-version/src/java/org/krysalis/version/formatting/mask
In directory sc8-pr-cvs1:/tmp/cvs-serv19735/src/java/org/krysalis/version/formatting/mask

Modified Files:
	Mask.java 
Log Message:
Starting to expand the capabilities beyond the basic format & data elements
Lots more to do to complete this...

Index: Mask.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-version/src/java/org/krysalis/version/formatting/mask/Mask.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Mask.java	5 Mar 2003 19:58:06 -0000	1.5
--- Mask.java	7 Mar 2003 20:01:35 -0000	1.6
***************
*** 56,60 ****
  package org.krysalis.version.formatting.mask;
  
- import java.io.PrintStream;
  import java.io.PrintWriter;
  import java.util.ArrayList;
--- 56,59 ----
***************
*** 132,137 ****
--- 131,139 ----
  
      public void dump(PrintWriter out, int depth) {
+         final String indent1 = DebugUtils.getIndent(depth+1);
+         
          for (Iterator i = m_order.iterator(); i.hasNext();) {
              Object element = i.next();
+             out.print(indent1);
              out.println("Entry:" + element);
          }




-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.