Revision 477,
407 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[477] | 1 | package schedframe.resources.computing.properties; |
---|
| 2 | |
---|
| 3 | import java.util.Properties; |
---|
| 4 | |
---|
| 5 | import schedframe.resources.computing.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.