more code
[iotcloud.git] / src / java / iotcloud / Table.java
1 package iotcloud;
2
3 public class Table {
4         int tablesize;
5         
6 }