summaryrefslogtreecommitdiff
path: root/java
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 /java
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.
Diffstat (limited to 'java')
-rw-r--r--java/text/SimpleDateFormat.java1
1 files changed, 0 insertions, 1 deletions
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);
}