Fixed Bug<a href="http://sourceforge.net/tracker/?func=detail&atid=484801&aid=1145683...
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.sql / src / net / sourceforge / phpdt / sql / view / tableview / DefaultSizes.java
1 package net.sourceforge.phpdt.sql.view.tableview;
2
3 public class DefaultSizes {
4         public static int PAGE_SIZE = 200;
5         public static int MAX_COLUMN_SIZE = 1024 * 2;
6 }