/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
- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- package worldwind.kml.dom;
- /**
- *
- */
- public class KMLFolder extends KMLContainer {
-
- public KMLFolder(){
- }
- }