소스 검색

A private method cannot be abstract >.>

Kane York 11 년 전
부모
커밋
d527584248
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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