summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-12-31 10:35:44 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-12-31 10:35:44 +0000
commite3eecdd70bc30a016fc4b7e12af60a25edb86e0c (patch)
tree31f50ae7fa59c276c4ed357e0ddfedac91a5757f
parent72722486ae49ce3e6c4eda755e0ad7066e16db93 (diff)
downloadclasspath-e3eecdd70bc30a016fc4b7e12af60a25edb86e0c.tar.gz
Remove empty line.
2008-12-31 Andrew John Hughes <gnu_andrew@member.fsf.org> * java/text/SimpleDateFormat.java: Remove superfluous empty line introduced in last commit.
-rw-r--r--ChangeLog6
-rw-r--r--java/text/SimpleDateFormat.java1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 506b4a8be..10008c4b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-12-31 Andrew John Hughes <gnu_andrew@member.fsf.org>
+ * java/text/SimpleDateFormat.java:
+ Remove superfluous empty line introduced
+ in last commit.
+
+2008-12-31 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
* java/text/MessageFormat.java:
Convert variables to use generic types, use
CPStringBuilder in place of StringBuilder.
diff --git a/java/text/SimpleDateFormat.java b/java/text/SimpleDateFormat.java
index cea599b82..b09c7caa2 100644
--- a/java/text/SimpleDateFormat.java
+++ b/java/text/SimpleDateFormat.java
@@ -576,7 +576,6 @@ public class SimpleDateFormat extends DateFormat
int j = oldChars.indexOf(ch);
if (j >= 0)
ch = newChars.charAt(j);
-
}
buf.append(ch);
}