summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2012-09-28 05:42:24 +0100
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2012-09-28 05:42:24 +0100
commit98615fef3b11060138cb6c911420adcfab20e63c (patch)
treec0a7ec8d9b1ac184f3c3b67a86b4acdf52756071 /ChangeLog
parentcd3ebd72a7d59734fcf99e8ed85331b74445df1f (diff)
downloadclasspath-98615fef3b11060138cb6c911420adcfab20e63c.tar.gz
PR42134: NullPointerException in java.text.Bidi
2012-09-26 Andrew John Hughes <gnu_andrew@member.fsf.org> PR classpath/42134 * java/text/Bidi.java: (Bidi(AttributedCharacterIterator)): Remove shadow variable text which hides the instance variable of the same name. Remove unnecessary use of this. * NEWS: Updated. Signed-off-by: Andrew John Hughes <gnu_andrew@member.fsf.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 305bbdb34..007528938 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-09-26 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ PR classpath/42134
+ * java/text/Bidi.java:
+ (Bidi(AttributedCharacterIterator)): Remove shadow
+ variable text which hides the instance variable
+ of the same name. Remove unnecessary use of this.
+ * NEWS: Updated.
+
2012-09-24 Andrew John Hughes <gnu_andrew@member.fsf.org>
* tools/com/sun/javadoc/Doc.java: