/src/worldwind/kml/dom/KMLFolder.java

http://wwj-kml.googlecode.com/ · Java · 16 lines · 5 code · 4 blank · 7 comment · 0 complexity · c4065d9d5b8c9b916a43b564c06e6c77 MD5 · raw file

  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5. package worldwind.kml.dom;
  6. /**
  7. *
  8. */
  9. public class KMLFolder extends KMLContainer {
  10. public KMLFolder(){
  11. }
  12. }