Add "final" to more classes

Summary: No big surprises here, delted the unused "DarkConsole" class.

Test Plan: Ran 'testEverythingImplemented' to verify I wasn't finalizing anything we extend.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran, epriestley

Maniphest Tasks: T795

Differential Revision: https://secure.phabricator.com/D1876
This commit is contained in:
epriestley
2012-03-13 11:18:11 -07:00
parent 49366559af
commit 11cccb98c2
126 changed files with 222 additions and 229 deletions

View File

@@ -16,7 +16,7 @@
* limitations under the License.
*/
class DifferentialDiff extends DifferentialDAO {
final class DifferentialDiff extends DifferentialDAO {
protected $revisionID;
protected $authorPHID;