From d5275842480ad7d638e18ece476b4343340d7de6 Mon Sep 17 00:00:00 2001 From: Kane York Date: Sat, 28 Jun 2014 23:49:46 -0700 Subject: [PATCH] A private method cannot be abstract >.> --- standards.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/standards.md b/standards.md index 3306435fd..241804e90 100644 --- a/standards.md +++ b/standards.md @@ -89,8 +89,6 @@ finally () { * protected * static protected * abstract protected - * override private * private * static private - * abstract private * No one-line if statements, they should all have brackets