Codebase list libkmlframework-java / 8ae80cc
Removed System.out.println test print from Container, that resulted in a NullPointerException eivind@boehn.org 15 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3333
3434 public void writeInner(Kml kml) throws KmlException {
3535 super.writeInner(kml);
36 System.out.println("size: " + features.size());
3736 if (features != null) {
3837 for (Feature feature: features) {
3938 feature.write(kml);