Revision 104,
395 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package test.rewolucja.resources.properties; |
---|
2 | |
---|
3 | import java.util.Properties; |
---|
4 | |
---|
5 | import test.rewolucja.resources.description.AbstractResourceDescription; |
---|
6 | |
---|
7 | public 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.