mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
3318cff1ea
commit
56a40e0e70
1 changed files with 0 additions and 2 deletions
|
@ -21,7 +21,6 @@ import org.eclipse.core.runtime.CoreException;
|
||||||
* @author Doug Schaefer
|
* @author Doug Schaefer
|
||||||
*/
|
*/
|
||||||
public class ListItem {
|
public class ListItem {
|
||||||
|
|
||||||
protected final Database db;
|
protected final Database db;
|
||||||
protected final int record;
|
protected final int record;
|
||||||
|
|
||||||
|
@ -84,5 +83,4 @@ public class ListItem {
|
||||||
public void delete() throws CoreException {
|
public void delete() throws CoreException {
|
||||||
db.free(record);
|
db.free(record);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue