source:
DCWoRMS/branches/coolemall/src/test/appProfConverter/dcworms/Network.java
@
1334
Revision 1334, 169 bytes checked in by wojtekp, 11 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package test.appProfConverter.dcworms; |
2 | |
3 | public 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.