Revision 41827 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.symbology/org.gvsig.symbology.lib/org.gvsig.symbology.lib.impl/src/test/java/org/gvsig/symbology/fmap/mapcontext/rendering/legend/TestAbstractIntervalLegend.java

View differences:

TestAbstractIntervalLegend.java
661 661
            // TODO Auto-generated method stub
662 662
            return null;
663 663
        }
664
        
664

  
665 665
        public Object clone() throws CloneNotSupportedException {
666 666
            // TODO Auto-generated method stub
667 667
            return super.clone();
......
672 672
         */
673 673
        public void commitChanges() throws DataException {
674 674
            // TODO Auto-generated method stub
675
            
675

  
676 676
        }
677 677

  
678 678
        /* (non-Javadoc)
......
682 682
            // TODO Auto-generated method stub
683 683
            return false;
684 684
        }
685

  
686
        public Feature getFeature(DynObject dynobject) {
687
            // TODO Auto-generated method stub
688
            return null;
689
        }
685 690
	}
686 691

  
687 692
	 private static final FInterval interval0=new FInterval(0,2);
......
816 821
	 * legend are accessible using its features.To do it, this test compares the
817 822
	 * symbol taken from the legend with the symbol taken from the hashTable
818 823
	 * (using the same feature).
819
	 * @throws Exception 
824
	 * @throws Exception
820 825
	 */
821 826
	public void testICLCheckValueSymbols() throws Exception {
822 827

  

Also available in: Unified diff