A private method cannot be abstract >.>

This commit is contained in:
Kane York 2014-06-28 23:49:46 -07:00
parent 0a4de6e2fc
commit d527584248

View File

@ -89,8 +89,6 @@ finally () {</pre>
* protected * protected
* static protected * static protected
* abstract protected * abstract protected
* override private
* private * private
* static private * static private
* abstract private
* No one-line if statements, they should all have brackets * No one-line if statements, they should all have brackets