Revision 1404
Added by Jing Tao almost 22 years ago
src/edu/ucsb/nceas/metacat/DBSAXHandler.java | ||
---|---|---|
72 | 72 |
protected int serverCode = 1; |
73 | 73 |
protected Hashtable namespaces = new Hashtable(); |
74 | 74 |
|
75 |
private static final int MAXDATACHARS = 4000;
|
|
75 |
protected static final int MAXDATACHARS = 4000;
|
|
76 | 76 |
protected static final long INDEXDELAY = 10000; |
77 | 77 |
// DOCTITLE attr cleared from the db |
78 | 78 |
// private static final int MAXTITLELEN = 1000; |
Also available in: Unified diff
Change a varible from private to protected.