Re: [Geotools-devel] serialVersionUID

2007-03-30 Thread Martin Desruisseaux
Cory Horner a écrit : > How might I generate the "serialVersionUID" value in the new class > NonQuantitativeAttributeAccuracyImpl (in library/metadata). > > This is a replacement for NonQuantitativeAttributeCorrectnessImpl. First, comment out the old serialVersionUID from the source code if ther

Re: [Geotools-devel] serialVersionUID

2007-03-29 Thread Jody Garnett
In eclipse right click and hit generate; there is a command line java utility for it as well - but life is short. Jody > How might I generate the "serialVersionUID" value in the new class > NonQuantitativeAttributeAccuracyImpl (in library/metadata). > > This is a replacement for NonQuantitativeA