From: Jody G. <jga...@re...> - 2005-05-09 05:10:09
|
Jesse Eichar wrote: > So I deprecated featureResults. but many classes still reference it. > What am I supposed to do? >>\DefaultFeatureCollection.java:611: cannot resolve symbolsymbol : >>class FeatureReaderIterator location: class Not it is really a class that is missing (FeatureReaderItterator), just @depricating is not fatal (unless you are mean and turn on depricated == error like we do in udig sometimes). Jody |