source: DCWoRMS/branches/coolemall/src/test/appProfConverter/dcworms/Memory.java @ 1334

Revision 1334, 152 bytes checked in by wojtekp, 11 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.appProfConverter.dcworms;
2
3public 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.