1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2008-11-16 03:33:46 +00:00
parent 3318cff1ea
commit 56a40e0e70

View file

@ -21,7 +21,6 @@ import org.eclipse.core.runtime.CoreException;
* @author Doug Schaefer
*/
public class ListItem {
protected final Database db;
protected final int record;
@ -84,5 +83,4 @@ public class ListItem {
public void delete() throws CoreException {
db.free(record);
}
}