Skip to content

Commit 2a5d060

Browse files
checkpoint - migrate to using long/Long to represent any integer ID value (rowId, objectId, etc). (#233)
1 parent 99a39b1 commit 2a5d060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ms2extensions/src/org/labkey/ms2extensions/PeptideCountPepXmlDataHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public boolean hasContentToExport(ExpData data, File file)
9090
}
9191

9292
@Override
93-
public void runMoved(ExpData newData, Container container, Container targetContainer, String oldRunLSID, String newRunLSID, User user, int oldDataRowID) throws ExperimentException
93+
public void runMoved(ExpData newData, Container container, Container targetContainer, String oldRunLSID, String newRunLSID, User user, long oldDataRowID) throws ExperimentException
9494
{
9595
_realHandler.runMoved(newData, container, targetContainer, oldRunLSID, newRunLSID, user, oldDataRowID);
9696
}

0 commit comments

Comments
 (0)