removing toLowerCase
This commit is contained in:
parent
0e97a234ce
commit
54e0d0de01
|
@ -259,7 +259,7 @@ public class GeoportalDataViewer implements EntryPoint {
|
||||||
geonaDataViewerProfile = profile;
|
geonaDataViewerProfile = profile;
|
||||||
GWT.log("Profile: " + geonaDataViewerProfile);
|
GWT.log("Profile: " + geonaDataViewerProfile);
|
||||||
Iterator<String> it;
|
Iterator<String> it;
|
||||||
String theItemType = paramGeonaItemType.toLowerCase();
|
String theItemType = paramGeonaItemType;
|
||||||
if (theItemType == null) {
|
if (theItemType == null) {
|
||||||
it = geonaDataViewerProfile.getMapLayers().keySet().iterator();
|
it = geonaDataViewerProfile.getMapLayers().keySet().iterator();
|
||||||
it.hasNext();
|
it.hasNext();
|
||||||
|
|
Loading…
Reference in New Issue