Index: trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java	(revision 11346)
+++ trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java	(revision 11347)
@@ -400,5 +400,6 @@
             }
         }
-        if (e.projections != null) {
+        if (e.projections != null && !e.projections.isEmpty()) {
+            // split generates null element on empty string which gives one element Array[null]
             serverProjections = Arrays.asList(e.projections.split(","));
         }
