/[xulu]/trunk/src/edu/bonn
ViewVC logotype

Log of /trunk/src/edu/bonn

View Directory Listing Directory Listing


Sticky Revision:

Revision 23 - Directory Listing
Modified Sat Mar 28 16:42:16 2009 UTC (15 years, 8 months ago) by alfonx
The old code must have been a mistake, because it would have led to a NullPointerException. Eclipse showed me these...

Old:
    if ( sfc != null || sfc.getFeatureCollection().size() > 0 ) {
      FeatureCollection fc = sfc.getFeatureCollection();

New:
    if ( sfc != null && sfc.getFeatureCollection().size() > 0 ) {
      FeatureCollection fc = sfc.getFeatureCollection();


Revision 22 - Directory Listing
Modified Wed Mar 11 12:29:25 2009 UTC (15 years, 9 months ago) by mojays
dependency of ADAGIOS library removed

Revision 2 - Directory Listing
Added Wed Feb 25 11:54:01 2009 UTC (15 years, 9 months ago) by mojays
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26