Tidy file layout

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2002-09-17 22:09:11 +00:00
parent 93bdcee262
commit 992105bfd3
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,3 @@
package org.apache.commons.lang.builder;
/* ====================================================================
* The Apache Software License, Version 1.1
*
@ -52,7 +51,7 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*/
// package org.apache.commons.lang.builder
package org.apache.commons.lang.builder;
/**
* <code>StandardToStringStyle</code> works with ToStringBuilder to create a
@ -64,7 +63,7 @@
* public static final variable for the rest of the program to access.
*
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @version $Id: StandardToStringStyle.java,v 1.1 2002/09/17 22:07:20 scolebourne Exp $
* @version $Id: StandardToStringStyle.java,v 1.2 2002/09/17 22:09:11 scolebourne Exp $
*/
public class StandardToStringStyle extends ToStringStyle {

View File

@ -51,9 +51,8 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*/
// package org.apache.commons.lang.builder
package org.apache.commons.lang.builder;
import java.io.Serializable;
import java.util.Collection;
import java.util.Map;
@ -73,7 +72,7 @@
* designs. The main public interface is always via ToStringBuilder however.
*
* @author <a href="mailto:scolebourne@joda.org">Stephen Colebourne</a>
* @version $Id: ToStringStyle.java,v 1.1 2002/09/17 22:07:20 scolebourne Exp $
* @version $Id: ToStringStyle.java,v 1.2 2002/09/17 22:09:11 scolebourne Exp $
*/
public abstract class ToStringStyle implements Serializable {