소스 검색

Add CheckForNull to ScmProvider#revision

tags/8.4.0.35506
Duarte Meneses 4 년 전
부모
커밋
dcc32fd76d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      sonar-plugin-api/src/main/java/org/sonar/api/batch/scm/ScmProvider.java

+ 1
- 0
sonar-plugin-api/src/main/java/org/sonar/api/batch/scm/ScmProvider.java 파일 보기

* for example the SHA1 of the current HEAD in a Git branch. * for example the SHA1 of the current HEAD in a Git branch.
* @since 7.0 * @since 7.0
*/ */
@CheckForNull
public String revisionId(Path path) { public String revisionId(Path path) {
throw new UnsupportedOperationException(formatUnsupportedMessage("Getting revision id")); throw new UnsupportedOperationException(formatUnsupportedMessage("Getting revision id"));
} }

Loading…
취소
저장