source: xssim/trunk/src/test/rewolucja/resources/properties/ResourceProperties.java @ 104

Revision 104, 395 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.rewolucja.resources.properties;
2
3import java.util.Properties;
4
5import test.rewolucja.resources.description.AbstractResourceDescription;
6
7public class ResourceProperties extends Properties{
8
9        /**
10         *
11         */
12        private static final long serialVersionUID = -2910645588712569885L;
13
14        public ResourceProperties(){
15               
16        }
17       
18        public ResourceProperties(AbstractResourceDescription ard){
19               
20        }
21}
Note: See TracBrowser for help on using the repository browser.