Project

General

Profile

« Previous | Next » 

Revision 5188

Added by daigle over 14 years ago

make constants final

View differences:

src/edu/ucsb/nceas/metacat/DBUtil.java
58 58

  
59 59
  //private Connection	conn = null;
60 60
  private static Logger logMetacat = Logger.getLogger(DBUtil.class);
61
  private static int MAXMUM = -2;
62
  public static int NONEEXIST = -1;
61
  private static final int MAXMUM = -2;
62
  public static final int NONEEXIST = -1;
63 63

  
64 64
  /**
65 65
   * main routine used for testing.

Also available in: Unified diff