commit | d5064be3b5922ee6522a33f8b729ffee2e3d7b4b | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Wed Dec 14 14:25:13 2011 -0800 |
committer | Jeff Brown <jeffbrown@google.com> | Fri Dec 16 03:59:26 2011 -0800 |
tree | 67d51b19e114b91270fe8d0710a868ae12a5d769 | |
parent | 99cfc22639b0cd393d74262a58a2123a2b632a58 [diff] |
Make SQLiteQuery and SQLiteProgram final. We can do this because the classes already cannot be subclassed by applications due to the fact they only have package private constructors. One very nice consequence of this observation is that we can hide or delete several @deprecated protected members which are effectively inaccessible because applications cannot create subclasses! Change-Id: I2d3a0d2ad72b9289ebcdf907e4e4e6caf27f9076