mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 03:24:58 +00:00
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:
parent
93bdcee262
commit
992105bfd3
@ -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 {
|
||||
|
||||
|
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user