Browse Source

A private method cannot be abstract >.>

Kane York 11 năm trước cách đây
mục cha
commit
d527584248
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      standards.md

+ 0 - 2
standards.md

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