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

Revision 1334, 169 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 Network {
4
5        public int maxBandwidth;
6       
7        public Network(int maxBandwidth){
8                this.maxBandwidth = maxBandwidth;
9        }
10
11}
Note: See TracBrowser for help on using the repository browser.