Changeset 183

Show
Ignore:
Timestamp:
12/26/07 20:31:24 (1 year ago)
Author:
chris
Message:

getId() returns Integer rather than int.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/src/com/qwirx/db/Change.java

    r168 r183  
    1313        public void setString  (String column, String value); 
    1414        public void setConstant(String column, String value); 
    15         public int getId(); 
     15        public Integer getId(); 
    1616        public ChangeType getType(); 
    1717}