Revision 24433 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src-test/org/gvsig/fmap/mapcontext/rendering/TestAbstractIntervalLegend.java

View differences:

TestAbstractIntervalLegend.java
185 185
			return null;
186 186
		}
187 187

  
188
		public Feature createFeature(FeatureType type, boolean defaultValues) throws InitializeException {
188
		public Feature createNewFeature(FeatureType type, boolean defaultValues) throws InitializeException {
189 189
			// TODO Auto-generated method stub
190 190
			return null;
191 191
		}
192 192

  
193
		public Feature createFeature(boolean defaultValues) throws InitializeException {
193
		public Feature createNewFeature(boolean defaultValues) throws InitializeException {
194 194
			// TODO Auto-generated method stub
195 195
			return null;
196 196
		}

Also available in: Unified diff