++
смена ключей багов на численнные.
This commit is contained in:
@@ -67,6 +67,7 @@ public class BugReportsDatabase extends SQLiteDatabase {
|
||||
}
|
||||
}
|
||||
public void Patch() throws Exception {
|
||||
/*
|
||||
int i = 0;
|
||||
Vector<BugReport> sortedBugs = new Vector<>(bugReports.Data.values());
|
||||
sortedBugs.sort(new Comparator<BugReport>() {
|
||||
@@ -132,5 +133,6 @@ public class BugReportsDatabase extends SQLiteDatabase {
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user