From ee512dcc927ef3261b78fbe1dc9e97485f14a2f3 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Thu, 11 Oct 2007 01:32:11 +0000 Subject: [PATCH] Organize imports. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@583663 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/lang/builder/MultiLineToStringStyleTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/org/apache/commons/lang/builder/MultiLineToStringStyleTest.java b/src/test/org/apache/commons/lang/builder/MultiLineToStringStyleTest.java index 78fc9f3b1..3fc762851 100644 --- a/src/test/org/apache/commons/lang/builder/MultiLineToStringStyleTest.java +++ b/src/test/org/apache/commons/lang/builder/MultiLineToStringStyleTest.java @@ -23,6 +23,7 @@ import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; import junit.textui.TestRunner; + import org.apache.commons.lang.SystemUtils; /**