Revision 34402 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wmts/wmts_1_0_0/struct/WMTSStyle_1_0_0.java

View differences:

WMTSStyle_1_0_0.java
69 69
					} else if (compareName(parser, CapabilitiesTags.WMTS_LEGENDURL)) {
70 70
						getLegendURL().parse(parser);
71 71
					} else if (compareName(parser, CapabilitiesTags.WMTS_ISDEFAULT)) {
72
						Boolean b = Boolean.parseBoolean(parser.nextText());
72
						Boolean b = new Boolean(parser.nextText());
73 73
						setDefault(b.booleanValue());
74 74
					}	
75 75
					break;

Also available in: Unified diff