Index: trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java	(revision 907)
+++ trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java	(revision 909)
@@ -11,4 +11,5 @@
 import java.io.InputStreamReader;
 import java.io.IOException;
+import java.io.Reader;
 import java.io.UnsupportedEncodingException;
 import java.util.Collection;
@@ -383,5 +384,5 @@
 	}
 
-	private static List<TaggingPreset> readAll(BufferedReader in) throws SAXException {
+	private static List<TaggingPreset> readAll(Reader in) throws SAXException {
 		XmlObjectParser parser = new XmlObjectParser();
 		parser.mapOnStart("item", TaggingPreset.class);
