You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/05/03 12:50:31 UTC

[lang] Correct indentation

Repository: commons-lang
Updated Branches:
  refs/heads/master b37837ce6 -> 8e7ea70a3


Correct indentation


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8e7ea70a
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8e7ea70a
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/8e7ea70a

Branch: refs/heads/master
Commit: 8e7ea70a33ecb8db5207849ea6371b4a5a8ffd26
Parents: b37837c
Author: Benedikt Ritter <br...@apache.org>
Authored: Sun May 3 12:50:16 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sun May 3 12:50:16 2015 +0200

----------------------------------------------------------------------
 .../java/org/apache/commons/lang3/time/FastDatePrinterTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/8e7ea70a/src/test/java/org/apache/commons/lang3/time/FastDatePrinterTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/lang3/time/FastDatePrinterTest.java b/src/test/java/org/apache/commons/lang3/time/FastDatePrinterTest.java
index dbe7bbf..06155bd 100644
--- a/src/test/java/org/apache/commons/lang3/time/FastDatePrinterTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/FastDatePrinterTest.java
@@ -47,7 +47,7 @@ public class FastDatePrinterTest {
     private static final TimeZone INDIA = TimeZone.getTimeZone("Asia/Calcutta");
     private static final Locale SWEDEN = new Locale("sv", "SE");
 
-        DatePrinter getInstance(final String format) {
+    DatePrinter getInstance(final String format) {
         return getInstance(format, TimeZone.getDefault(), Locale.getDefault());
     }