1package org.tm.archive.database; 2 3interface ThreadIdDatabaseReference { 4 void remapThread(long fromId, long toId); 5}