source:
DCWoRMS/branches/coolemall/src/test/appProfConverter/dcworms/Memory.java
@
1334
Revision 1334, 152 bytes checked in by wojtekp, 11 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package test.appProfConverter.dcworms; |
2 | |
3 | public class Memory { |
4 | |
5 | public int capacity; |
6 | |
7 | public Memory(int capacity) { |
8 | this.capacity = capacity; |
9 | } |
10 | |
11 | } |
Note: See TracBrowser
for help on using the repository browser.