Index: /applications/editors/josm/plugins/wikipedia/test/unit/org/wikipedia/io/SophoxDownloadReaderTest.java
===================================================================
--- /applications/editors/josm/plugins/wikipedia/test/unit/org/wikipedia/io/SophoxDownloadReaderTest.java	(revision 34161)
+++ /applications/editors/josm/plugins/wikipedia/test/unit/org/wikipedia/io/SophoxDownloadReaderTest.java	(revision 34162)
@@ -36,5 +36,5 @@
      */
     @Test
-    public void testPoint() throws UnsupportedEncodingException {
+    public void testPoint() {
         assertThat(SophoxDownloadReader.point(9.5, 47.16),
                 is("\"Point(9.5 47.16)\"^^geo:wktLiteral"));
@@ -46,4 +46,5 @@
     /**
      * Tests server response parsing
+     * @throws UnsupportedEncodingException if an error occurs
      */
     @Test
